Lines Matching refs:commondom
219 basic_block commondom; in nearest_common_dominator_of_uses() local
255 commondom = BASIC_BLOCK (bitmap_first_set_bit (blocks)); in nearest_common_dominator_of_uses()
257 commondom = nearest_common_dominator (CDI_DOMINATORS, commondom, in nearest_common_dominator_of_uses()
260 return commondom; in nearest_common_dominator_of_uses()
350 basic_block commondom = nearest_common_dominator_of_uses (stmt); in statement_sink_location() local
352 if (commondom == frombb) in statement_sink_location()
358 if (!dominated_by_p (CDI_DOMINATORS, commondom, frombb)) in statement_sink_location()
365 if (dominated_by_p (CDI_POST_DOMINATORS, frombb, commondom)) in statement_sink_location()
372 if (commondom == frombb || commondom->loop_depth > frombb->loop_depth) in statement_sink_location()
377 commondom->index); in statement_sink_location()
379 return first_stmt (commondom); in statement_sink_location()