Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-cfgcleanup.cc1558 class pass_cleanup_cfg_post_optimizing : public gimple_opt_pass class
1561 pass_cleanup_cfg_post_optimizing (gcc::context *ctxt) in pass_cleanup_cfg_post_optimizing() function in __anon6c92edf30211::pass_cleanup_cfg_post_optimizing
1578 return new pass_cleanup_cfg_post_optimizing (ctxt); in make_pass_cleanup_cfg_post_optimizing()
H A Dpasses.def432 NEXT_PASS (pass_cleanup_cfg_post_optimizing);
H A DChangeLog.tuples4579 and pass_cleanup_cfg_post_optimizing.
H A DChangeLog-20093501 * tree-optimize.c (pass_cleanup_cfg_post_optimizing):
25812 * tree-optimize.c (pass_cleanup_cfg_post_optimizing): Rename
25906 pass_mudflap2 before pass_cleanup_cfg_post_optimizing, remove
27683 (pass_cleanup_cfg_post_optimizing): Likewise.
H A DChangeLog-20046713 * tree-optimize.c (pass_cleanup_cfg_post_optimizing): Enable listing.
14981 pass_cleanup_cfg_post_optimizing, pass_free_datastructures,
22962 (pass_cleanup_cfg_post_optimizing): New pass.
H A DChangeLog-201323599 * tree-optimize.c (pass_cleanup_cfg_post_optimizing): Convert from a
23860 (pass_cleanup_cfg_post_optimizing): Replace declaration with that
H A DChangeLog-200512859 pass_cleanup_cfg_post_optimizing, pass_free_datastructures,
H A DChangeLog-20104628 pass_cleanup_cfg_post_optimizing, tree_rest_of_compilation): Ditto.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-cfgcleanup.c1540 class pass_cleanup_cfg_post_optimizing : public gimple_opt_pass
1543 pass_cleanup_cfg_post_optimizing (gcc::context *ctxt) in pass_cleanup_cfg_post_optimizing() function
1560 return new pass_cleanup_cfg_post_optimizing (ctxt); in make_pass_cleanup_cfg_post_optimizing()
H A Dpasses.def401 NEXT_PASS (pass_cleanup_cfg_post_optimizing);