Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpasses.def40 NEXT_PASS (pass_refactor_eh);
H A Dtree-eh.c3295 class pass_refactor_eh : public gimple_opt_pass
3298 pass_refactor_eh (gcc::context *ctxt) in pass_refactor_eh() function
3317 return new pass_refactor_eh (ctxt); in make_pass_refactor_eh()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpasses.def41 NEXT_PASS (pass_refactor_eh);
H A Dtree-eh.cc3290 class pass_refactor_eh : public gimple_opt_pass class
3293 pass_refactor_eh (gcc::context *ctxt) in pass_refactor_eh() function in __anon727f19e80311::pass_refactor_eh
3312 return new pass_refactor_eh (ctxt); in make_pass_refactor_eh()
H A DChangeLog.tuples1079 * passes.c (init_optimization_passes): Reenable pass_refactor_eh.
H A DChangeLog-201323539 (pass_refactor_eh): Convert from a global struct to a subclass of
23622 (pass_refactor_eh): Replace declaration with that of...
H A DChangeLog-20099648 (pass_refactor_eh): Use it.
H A DChangeLog-20074817 (pass_refactor_eh): New pass.