Searched refs:pass_rtl_ifcvt (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | passes.def | 422 NEXT_PASS (pass_rtl_ifcvt);
|
H A D | ifcvt.c | 5575 class pass_rtl_ifcvt : public rtl_opt_pass 5578 pass_rtl_ifcvt (gcc::context *ctxt) in pass_rtl_ifcvt() function 5600 return new pass_rtl_ifcvt (ctxt); in make_pass_rtl_ifcvt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | passes.def | 452 NEXT_PASS (pass_rtl_ifcvt);
|
H A D | ifcvt.cc | 5962 class pass_rtl_ifcvt : public rtl_opt_pass class 5965 pass_rtl_ifcvt (gcc::context *ctxt) in pass_rtl_ifcvt() function in __anon4c91495a0111::pass_rtl_ifcvt 5987 return new pass_rtl_ifcvt (ctxt); in make_pass_rtl_ifcvt()
|
H A D | ChangeLog.dataflow | 2019 dead_or_predicable, if_convert, pass_rtl_ifcvt, 2463 * (pass_rtl_ifcvt, pass_if_after_combine, pass_if_after_reload): 2581 (struct tree_opt_pass pass_rtl_ifcvt, pass_if_after_combine, 3067 (pass_rtl_ifcvt, pass_if_after_combine, pass_if_after_reload):
|
H A D | ChangeLog-2007 | 7212 after pass_rtl_ifcvt to after pass_dce. 8492 * ifcvt.c (pass_rtl_ifcvt, pass_if_after_combine, 25901 (pass_outof_cfg_layout_mode): Schedule after pass_rtl_ifcvt.
|
H A D | ChangeLog-2013 | 23199 * ifcvt.c (pass_rtl_ifcvt): Convert from a global struct to a subclass 23905 (pass_rtl_ifcvt): Replace declaration with that of...
|
H A D | ChangeLog-2005 | 12748 pass_rtl_ifcvt, gate_handle_if_after_combine,
|