Searched refs:pass_convert_switch (Results 1 – 7 of 7) sorted by relevance
2390 class pass_convert_switch : public gimple_opt_pass2393 pass_convert_switch (gcc::context *ctxt) in pass_convert_switch() function2404 pass_convert_switch::execute (function *fun) in execute()2462 return new pass_convert_switch (ctxt); in make_pass_convert_switch()
95 NEXT_PASS (pass_convert_switch);
2427 class pass_convert_switch : public gimple_opt_pass class2430 pass_convert_switch (gcc::context *ctxt) in pass_convert_switch() function in __anonf51e75400111::pass_convert_switch2441 pass_convert_switch::execute (function *fun) in execute()2499 return new pass_convert_switch (ctxt); in make_pass_convert_switch()
99 NEXT_PASS (pass_convert_switch);
14913 (pass_convert_switch): Added a timevar id (TV_TREE_SWITCH_CONVERSION).15012 * passes.c (init_optimization_passes): Add pass_convert_switch.15013 * tree-pass.h (pass_convert_switch): Add.
24056 (pass_convert_switch): Replace declaration with that of...24286 * tree-switch-conversion.c (pass_convert_switch): Convert from a
34312 (pass_convert_switch::execute): If a switch is converted, then