Searched refs:frontiers (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dcfganal.c1019 /* Compute dominance frontiers, ala Harvey, Ferrante, et al.
1035 Since they dominate j, they will not have j in their dominance frontiers.
1038 of the dominance frontiers, no more, no less. argument
1043 compute_dominance_frontiers_1 (bitmap *frontiers)
1062 if (bitmap_bit_p (frontiers[runner->index], b->index))
1064 bitmap_set_bit (frontiers[runner->index],
1076 compute_dominance_frontiers (bitmap *frontiers)
1080 compute_dominance_frontiers_1 (frontiers);
1071 compute_dominance_frontiers(bitmap *frontiers) argument

Completed in 92 milliseconds