Home
last modified time | relevance | path

Searched refs:pass_convert_switch (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.c2390 class pass_convert_switch : public gimple_opt_pass
2393 pass_convert_switch (gcc::context *ctxt) in pass_convert_switch() function
2404 pass_convert_switch::execute (function *fun) in execute()
2462 return new pass_convert_switch (ctxt); in make_pass_convert_switch()
H A Dpasses.def95 NEXT_PASS (pass_convert_switch);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.cc2427 class pass_convert_switch : public gimple_opt_pass class
2430 pass_convert_switch (gcc::context *ctxt) in pass_convert_switch() function in __anonf51e75400111::pass_convert_switch
2441 pass_convert_switch::execute (function *fun) in execute()
2499 return new pass_convert_switch (ctxt); in make_pass_convert_switch()
H A Dpasses.def99 NEXT_PASS (pass_convert_switch);
H A DChangeLog-200814913 (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.
H A DChangeLog-201324056 (pass_convert_switch): Replace declaration with that of...
24286 * tree-switch-conversion.c (pass_convert_switch): Convert from a
H A DChangeLog-201834312 (pass_convert_switch::execute): If a switch is converted, then