Home
last modified time | relevance | path

Searched refs:commondom (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-sink.c132 basic_block commondom; in nearest_common_dominator_of_uses() local
167 commondom = nearest_common_dominator (CDI_DOMINATORS, commondom, in nearest_common_dominator_of_uses()
169 return commondom; in nearest_common_dominator_of_uses()
366 if (commondom == frombb) in statement_sink_location()
401 if (found == commondom) in statement_sink_location()
404 commondom = found; in statement_sink_location()
405 if (commondom == frombb) in statement_sink_location()
412 if (!dominated_by_p (CDI_DOMINATORS, commondom, frombb)) in statement_sink_location()
415 commondom = select_best_block (frombb, commondom, stmt); in statement_sink_location()
417 if (commondom == frombb) in statement_sink_location()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-sink.c213 basic_block commondom; in nearest_common_dominator_of_uses() local
254 commondom = BASIC_BLOCK (bitmap_first_set_bit (blocks)); in nearest_common_dominator_of_uses()
256 commondom = nearest_common_dominator (CDI_DOMINATORS, commondom, in nearest_common_dominator_of_uses()
259 return commondom; in nearest_common_dominator_of_uses()
444 basic_block commondom = nearest_common_dominator_of_uses (stmt, in statement_sink_location() local
447 if (commondom == frombb) in statement_sink_location()
453 if (!dominated_by_p (CDI_DOMINATORS, commondom, frombb)) in statement_sink_location()
456 commondom = select_best_block (frombb, commondom, stmt); in statement_sink_location()
458 if (commondom == frombb) in statement_sink_location()
461 *togsi = gsi_after_labels (commondom); in statement_sink_location()