Searched refs:call_dom (Results 1 – 1 of 1) sorted by relevance
5008 interesting_dest_for_shprep_1 (rtx set, basic_block call_dom) in interesting_dest_for_shprep_1() argument5014 || (call_dom && !bitmap_bit_p (df_get_live_in (call_dom), REGNO (dest)))) in interesting_dest_for_shprep_1()5026 interesting_dest_for_shprep (rtx_insn *insn, basic_block call_dom) in interesting_dest_for_shprep() argument5032 return interesting_dest_for_shprep_1 (pat, call_dom); in interesting_dest_for_shprep()5045 rtx dest = interesting_dest_for_shprep_1 (sub, call_dom); in interesting_dest_for_shprep()5062 basic_block bb, call_dom = NULL; in split_live_ranges_for_shrink_wrap() local5131 call_dom = nearest_common_dominator_for_set (CDI_DOMINATORS, need_new); in split_live_ranges_for_shrink_wrap()5132 if (call_dom == first) in split_live_ranges_for_shrink_wrap()5136 while (bb_loop_depth (call_dom) > 0) in split_live_ranges_for_shrink_wrap()5137 call_dom = get_immediate_dominator (CDI_DOMINATORS, call_dom); in split_live_ranges_for_shrink_wrap()[all …]