Searched refs:pass_lower_switch (Results 1 – 4 of 4) sorted by relevance
2507 template <bool O0> class pass_lower_switch: public gimple_opt_pass class2510 pass_lower_switch (gcc::context *ctxt) : gimple_opt_pass (data, ctxt) {} in pass_lower_switch() function in __anoncfd3b6050211::pass_lower_switch2516 return new pass_lower_switch<O0> (m_ctxt); in clone()2529 const pass_data pass_lower_switch<O0>::data = {2543 pass_lower_switch<O0>::execute (function *fun) in execute()2600 return new pass_lower_switch<true> (ctxt); in make_pass_lower_switch_O0()2605 return new pass_lower_switch<false> (ctxt); in make_pass_lower_switch()
330 NEXT_PASS (pass_lower_switch);383 NEXT_PASS (pass_lower_switch);
11290 * tree-switch-conversion.c (pass_lower_switch::execute):23052 * passes.def: Add pass_lower_switch and pass_lower_switch_O0.23057 (class pass_lower_switch): Make it a template type and create23059 (pass_lower_switch::execute): Add template argument.29046 * passes.def: Put pass_sancov_O0 before pass_lower_switch with -O0.
19681 * passes.def: Include pass_lower_switch.19720 (class pass_lower_switch): New pass.19721 (pass_lower_switch::execute): New function.