Home
last modified time | relevance | path

Searched refs:pass_cleanup_cfg_post_optimizing (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-cfgcleanup.c1345 class pass_cleanup_cfg_post_optimizing : public gimple_opt_pass
1348 pass_cleanup_cfg_post_optimizing (gcc::context *ctxt) in pass_cleanup_cfg_post_optimizing() function
1365 return new pass_cleanup_cfg_post_optimizing (ctxt); in make_pass_cleanup_cfg_post_optimizing()
H A Dpasses.def408 NEXT_PASS (pass_cleanup_cfg_post_optimizing);
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-optimize.c198 struct gimple_opt_pass pass_cleanup_cfg_post_optimizing = variable
H A Dtree-pass.h483 extern struct gimple_opt_pass pass_cleanup_cfg_post_optimizing;
H A Dpasses.c1424 NEXT_PASS (pass_cleanup_cfg_post_optimizing); in init_optimization_passes()