Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira.cc5008 interesting_dest_for_shprep_1 (rtx set, basic_block call_dom) in interesting_dest_for_shprep_1() argument
5014 || (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() argument
5032 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() local
5131 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira.c4888 interesting_dest_for_shprep_1 (rtx set, basic_block call_dom) in interesting_dest_for_shprep_1() argument
4894 || (call_dom && !bitmap_bit_p (df_get_live_in (call_dom), REGNO (dest)))) in interesting_dest_for_shprep_1()
4906 interesting_dest_for_shprep (rtx_insn *insn, basic_block call_dom) in interesting_dest_for_shprep() argument
4912 return interesting_dest_for_shprep_1 (pat, call_dom); in interesting_dest_for_shprep()
4925 rtx dest = interesting_dest_for_shprep_1 (sub, call_dom); in interesting_dest_for_shprep()
4942 basic_block bb, call_dom = NULL; in split_live_ranges_for_shrink_wrap() local
5011 call_dom = nearest_common_dominator_for_set (CDI_DOMINATORS, need_new); in split_live_ranges_for_shrink_wrap()
5012 if (call_dom == first) in split_live_ranges_for_shrink_wrap()
5016 while (bb_loop_depth (call_dom) > 0) in split_live_ranges_for_shrink_wrap()
5017 call_dom = get_immediate_dominator (CDI_DOMINATORS, call_dom); in split_live_ranges_for_shrink_wrap()
[all …]