Searched refs:TODO_cleanup_cfg (Results 1 - 25 of 35) sorted by relevance

12

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-loop-ch.c304 return changed ? TODO_cleanup_cfg : 0;
H A Dtree-ssa-loop.c368 ( TODO_cleanup_cfg
512 TODO_cleanup_cfg, /* todo_flags_finish */
H A Dtree-vectorizer.c549 ret |= TODO_cleanup_cfg;
574 ret |= TODO_cleanup_cfg;
610 return TODO_cleanup_cfg;
H A Dtree-ssa-loop-unswitch.c147 return TODO_cleanup_cfg;
H A Dgimple-ssa-isolate-paths.c525 return TODO_cleanup_cfg | TODO_update_ssa;
H A Dtracer.c442 return changed ? TODO_cleanup_cfg : 0;
H A Dtree-ssa-copy.c635 return TODO_cleanup_cfg;
H A Dtree-profile.c566 if (execute_fixup_cfg () & TODO_cleanup_cfg)
H A Dtree-ssa-ifcombine.c816 return cfg_changed ? TODO_cleanup_cfg : 0;
H A Dtree-cfgcleanup.c1107 todo &= ~TODO_cleanup_cfg;
H A Dtree-ssa-ccp.c2384 todo = (TODO_cleanup_cfg | TODO_update_ssa);
2831 todoflags |= TODO_cleanup_cfg;
H A Dtree-ssa-phiopt.c379 return TODO_cleanup_cfg | TODO_update_ssa_only_virtuals;
382 return TODO_cleanup_cfg;
H A Dtree-vect-generic.c1754 return cfg_changed ? TODO_cleanup_cfg : 0;
1813 | TODO_cleanup_cfg ), /* todo_flags_finish */
H A Dtree-pass.h230 #define TODO_cleanup_cfg (1 << 5) macro
H A Dtree-ssa-dce.c1699 return TODO_update_ssa | TODO_cleanup_cfg;
H A Dtree-tailcall.c1111 return TODO_cleanup_cfg | TODO_update_ssa_only_virtuals;
H A Dtree-ssa-loop-ivcanon.c1192 return TODO_cleanup_cfg;
H A Dtree-ssa-pre.c4451 el_todo |= TODO_cleanup_cfg;
4586 el_todo |= TODO_cleanup_cfg;
4605 el_todo |= TODO_cleanup_cfg;
4630 return TODO_cleanup_cfg;
4918 - mark TODO_cleanup_cfg when necessary
H A Dtree-cfg.c8652 todo |= TODO_cleanup_cfg;
8656 todo |= TODO_update_ssa | TODO_cleanup_cfg;
8663 todo |= TODO_cleanup_cfg;
8681 todo |= TODO_update_ssa | TODO_cleanup_cfg;
8698 todo |= TODO_update_ssa | TODO_cleanup_cfg;
8704 todo |= TODO_cleanup_cfg;
8736 && (todo & TODO_cleanup_cfg))
H A Dtree-ssa-dom.c863 ( TODO_cleanup_cfg | TODO_update_ssa ), /* todo_flags_finish */
3152 ( TODO_cleanup_cfg | TODO_update_ssa ), /* todo_flags_finish */
H A Dtree-ssa-math-opts.c1611 return cfg_changed ? TODO_cleanup_cfg : 0;
3381 return cfg_changed ? TODO_cleanup_cfg : 0;
H A Dtree-ssa-loop-prefetch.c2026 todo_flags |= TODO_cleanup_cfg;
H A Dauto-profile.c1622 if (execute_fixup_cfg () & TODO_cleanup_cfg)
H A Dtree-ssa-loop-im.c1239 todo_ |= TODO_cleanup_cfg;
H A Dtree-if-conv.c2779 todo |= TODO_cleanup_cfg;

Completed in 323 milliseconds

12