Home
last modified time | relevance | path

Searched refs:pass_rtl_ifcvt (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpasses.def422 NEXT_PASS (pass_rtl_ifcvt);
H A Difcvt.c5575 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 Dpasses.def452 NEXT_PASS (pass_rtl_ifcvt);
H A Difcvt.cc5962 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 DChangeLog.dataflow2019 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 DChangeLog-20077212 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 DChangeLog-201323199 * ifcvt.c (pass_rtl_ifcvt): Convert from a global struct to a subclass
23905 (pass_rtl_ifcvt): Replace declaration with that of...
H A DChangeLog-200512748 pass_rtl_ifcvt, gate_handle_if_after_combine,