HomeSort by: relevance | last modified time | path
    Searched defs:call_dom (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira.cc 5053 is live at CALL_DOM (if non-NULL, otherwise this check is omitted), return
5057 interesting_dest_for_shprep_1 (rtx set, basic_block call_dom)
5063 || (call_dom && !bitmap_bit_p (df_get_live_in (call_dom), REGNO (dest))))
5070 is live at CALL_DOM (if non-NULL, otherwise this check is omitted), or a
5075 interesting_dest_for_shprep (rtx_insn *insn, basic_block call_dom)
5081 return interesting_dest_for_shprep_1 (pat, call_dom);
5094 rtx dest = interesting_dest_for_shprep_1 (sub, call_dom);
5111 basic_block bb, call_dom = NULL;
5180 call_dom = nearest_common_dominator_for_set (CDI_DOMINATORS, need_new)
5087 basic_block bb, call_dom = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira.cc 5028 is live at CALL_DOM (if non-NULL, otherwise this check is omitted), return
5032 interesting_dest_for_shprep_1 (rtx set, basic_block call_dom)
5038 || (call_dom && !bitmap_bit_p (df_get_live_in (call_dom), REGNO (dest))))
5045 is live at CALL_DOM (if non-NULL, otherwise this check is omitted), or a
5050 interesting_dest_for_shprep (rtx_insn *insn, basic_block call_dom)
5056 return interesting_dest_for_shprep_1 (pat, call_dom);
5069 rtx dest = interesting_dest_for_shprep_1 (sub, call_dom);
5086 basic_block bb, call_dom = NULL;
5155 call_dom = nearest_common_dominator_for_set (CDI_DOMINATORS, need_new)
5062 basic_block bb, call_dom = NULL; local
    [all...]

Completed in 31 milliseconds