Home
last modified time | relevance | path

Searched refs:LOOPS_HAVE_RECORDED_EXITS (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-init.c50 | LOOPS_HAVE_RECORDED_EXITS)) == 0); in apply_loop_flags()
75 if (flags & LOOPS_HAVE_RECORDED_EXITS) in apply_loop_flags()
97 bool recorded_exits = loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS); in loop_optimizer_init()
143 if (loops_state_satisfies_p (fn, LOOPS_HAVE_RECORDED_EXITS)) in loop_optimizer_finalize()
208 if (loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in fix_loop_structure()
211 record_exits = LOOPS_HAVE_RECORDED_EXITS; in fix_loop_structure()
398 loop_optimizer_init (LOOPS_NORMAL | LOOPS_HAVE_RECORDED_EXITS); in rtl_loop_init()
H A Dcfgloop.c1074 if (!loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in rescan_loop_exit()
1132 if (loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in record_loop_exits()
1134 loops_state_set (LOOPS_HAVE_RECORDED_EXITS); in record_loop_exits()
1184 gcc_assert (loops_state_satisfies_p (fn, LOOPS_HAVE_RECORDED_EXITS)); in release_recorded_exits()
1187 loops_state_clear (fn, LOOPS_HAVE_RECORDED_EXITS); in release_recorded_exits()
1206 if (loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in get_loop_exit_edges()
1625 if (!loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in verify_loop_structure()
1636 if (loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in verify_loop_structure()
1762 if (!loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in single_exit()
H A Dgimple-ssa-evrp.c295 loop_optimizer_init (LOOPS_NORMAL | LOOPS_HAVE_RECORDED_EXITS); in execute_early_vrp()
H A Dgimple-ssa-split-paths.c384 loop_optimizer_init (LOOPS_NORMAL | LOOPS_HAVE_RECORDED_EXITS); in split_paths()
H A Dtree-ssa-loop.c359 | LOOPS_HAVE_RECORDED_EXITS); in execute()
H A Dcfgloop.h296 LOOPS_HAVE_RECORDED_EXITS = 8, enumerator
H A Dtree-ssa-dce.c1571 | LOOPS_HAVE_RECORDED_EXITS); in perform_tree_ssa_dce()
H A Dsel-sched-ir.h1077 && current_loops->state & LOOPS_HAVE_RECORDED_EXITS); in get_loop_exit_edges_unique_dests()
H A Dtree-ssa-loop-ivcanon.c1664 loop_optimizer_init (LOOPS_NORMAL | LOOPS_HAVE_RECORDED_EXITS); in execute()
H A Dipa-pure-const.c1083 | LOOPS_HAVE_RECORDED_EXITS); in analyze_function()
H A Dira.c5291 loop_optimizer_init (AVOID_CFG_MODIFICATIONS | LOOPS_HAVE_RECORDED_EXITS); in ira()
5362 | LOOPS_HAVE_RECORDED_EXITS); in ira()
H A Dtree-ssa-loop-im.c2611 loop_optimizer_init (LOOPS_NORMAL | LOOPS_HAVE_RECORDED_EXITS); in execute()
H A Dmodulo-sched.c1355 | LOOPS_HAVE_RECORDED_EXITS); in sms_schedule()
H A Dtree-parloops.c3489 | LOOPS_HAVE_RECORDED_EXITS); in execute()
H A Dipa-fnsummary.c2038 loop_optimizer_init (LOOPS_NORMAL | LOOPS_HAVE_RECORDED_EXITS); in analyze_function_body()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dloop-init.c62 | LOOPS_HAVE_RECORDED_EXITS)) == 0); in loop_optimizer_init()
87 if (flags & LOOPS_HAVE_RECORDED_EXITS) in loop_optimizer_init()
116 if (loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in loop_optimizer_finalize()
H A Dcfgloop.c1006 if (!loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in rescan_loop_exit()
1064 if (loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in record_loop_exits()
1066 loops_state_set (LOOPS_HAVE_RECORDED_EXITS); in record_loop_exits()
1117 gcc_assert (loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)); in release_recorded_exits()
1120 loops_state_clear (LOOPS_HAVE_RECORDED_EXITS); in release_recorded_exits()
1139 if (loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in VEC()
1485 if (!loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in verify_loop_structure()
1496 if (loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in verify_loop_structure()
1606 if (!loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in single_exit()
H A Dtree-ssa-loop.c73 | LOOPS_HAVE_RECORDED_EXITS); in tree_ssa_loop_init()
494 | LOOPS_HAVE_RECORDED_EXITS); in tree_complete_unroll_inner()
H A Dcfgloop.h178 LOOPS_HAVE_RECORDED_EXITS = 8, enumerator
H A Dtree-ssa-dce.c1555 | LOOPS_HAVE_RECORDED_EXITS); in perform_tree_ssa_dce()
H A Dipa-pure-const.c786 | LOOPS_HAVE_RECORDED_EXITS); in analyze_function()
H A Dsel-sched-ir.h1068 && current_loops->state & LOOPS_HAVE_RECORDED_EXITS); in VEC()
H A Dcfgloopmanip.c1657 if (loops_state_satisfies_p (LOOPS_HAVE_RECORDED_EXITS)) in fix_loop_structure()
H A Dmodulo-sched.c1373 | LOOPS_HAVE_RECORDED_EXITS); in sms_schedule()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dloop.texi132 @item @code{LOOPS_HAVE_RECORDED_EXITS}: The lists of exits are recorded

12