Home
last modified time | relevance | path

Searched refs:TODO_cleanup_cfg (Results 1 – 25 of 83) sorted by relevance

1234

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-optimize.c281 todo |= TODO_cleanup_cfg; in execute_fixup_cfg()
285 todo |= TODO_update_ssa | TODO_cleanup_cfg; in execute_fixup_cfg()
292 todo |= TODO_cleanup_cfg; in execute_fixup_cfg()
297 todo |= TODO_cleanup_cfg; in execute_fixup_cfg()
HDtree-ssa-loop.c410 TODO_cleanup_cfg
548 return TODO_cleanup_cfg | TODO_rebuild_alias; in tree_parallelize_loops()
670 TODO_cleanup_cfg
HDtree-ssa-loop-ch.c279 TODO_cleanup_cfg
HDtree-vectorizer.c245 return num_vectorized_loops > 0 ? TODO_cleanup_cfg : 0; in vectorize_loops()
HDtree-vect-generic.c927 return cfg_changed ? TODO_cleanup_cfg : 0; in expand_vector_operations()
948 | TODO_cleanup_cfg
970 | TODO_cleanup_cfg
HDtree-ssa-loop-unswitch.c112 return TODO_cleanup_cfg; in tree_ssa_unswitch_loops()
HDtree-pass.h252 #define TODO_cleanup_cfg (1 << 5) macro
HDtree-ssa-loop-ivcanon.c504 return TODO_cleanup_cfg; in canonicalize_induction_variables()
HDtree-ssa-ifcombine.c642 return cfg_changed ? TODO_cleanup_cfg : 0; in tree_ssa_ifcombine()
HDtree-ssa-copy.c850 TODO_cleanup_cfg
HDtree-profile.c500 if (execute_fixup_cfg () & TODO_cleanup_cfg) in tree_profiling()
HDtree-ssa-phiopt.c365 return TODO_cleanup_cfg | TODO_update_ssa_only_virtuals; in tree_ssa_phiopt_worker()
368 return TODO_cleanup_cfg; in tree_ssa_phiopt_worker()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-vectorizer.c708 ret |= TODO_cleanup_cfg; in vectorize_loops()
761 ret |= TODO_cleanup_cfg; in vectorize_loops()
768 ret |= TODO_cleanup_cfg; in vectorize_loops()
802 ret |= TODO_cleanup_cfg; in vectorize_loops()
811 ret |= TODO_cleanup_cfg; in vectorize_loops()
854 return TODO_cleanup_cfg; in vectorize_loops()
HDtree-ssa-loop.c439 ( TODO_cleanup_cfg
535 TODO_cleanup_cfg, /* todo_flags_finish */
HDtree-ssa-threadbackward.c824 return changed ? TODO_cleanup_cfg : 0; in execute()
847 ( TODO_cleanup_cfg | TODO_update_ssa ),
HDgimple-ssa-evrp.c322 ( TODO_cleanup_cfg | TODO_update_ssa | TODO_verify_all ),
HDgimple-ssa-split-paths.c458 return changed ? TODO_cleanup_cfg : 0; in execute_split_paths()
HDtree-ssa-phionlycprop.c478 ( TODO_cleanup_cfg | TODO_update_ssa ), /* todo_flags_finish */
HDgimple-ssa-isolate-paths.c619 return TODO_cleanup_cfg | TODO_update_ssa; in gimple_ssa_isolate_erroneous_paths()
HDgimple-loop-jam.c544 return TODO_cleanup_cfg; in tree_loop_unroll_and_jam()
HDtree-ssa-loop-ch.c415 return changed ? TODO_cleanup_cfg : 0; in copy_headers()
HDtree-cfgcleanup.c1290 todo &= ~TODO_cleanup_cfg; in execute_cleanup_cfg_post_optimizing()
1296 todo |= TODO_cleanup_cfg; in execute_cleanup_cfg_post_optimizing()
HDtracer.c441 return changed ? TODO_cleanup_cfg : 0; in execute()
HDtree-ssa-copy.c621 return TODO_cleanup_cfg;
HDtree-ssa-tail-merge.c1745 if (todo & TODO_cleanup_cfg) in tail_merge_optimize()
1748 todo &= ~TODO_cleanup_cfg; in tail_merge_optimize()

1234