Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dloop-unroll.c508 wont_exit, desc->out_edge, in peel_loop_completely()
709 wont_exit, desc->out_edge, in unroll_loop_constant_iterations()
748 wont_exit, desc->out_edge, in unroll_loop_constant_iterations()
775 wont_exit, desc->out_edge, in unroll_loop_constant_iterations()
796 if (EDGE_SUCC (exit_block, 0)->dest == desc->out_edge->dest) in unroll_loop_constant_iterations()
798 desc->out_edge = EDGE_SUCC (exit_block, 0); in unroll_loop_constant_iterations()
803 desc->out_edge = EDGE_SUCC (exit_block, 1); in unroll_loop_constant_iterations()
1030 wont_exit, desc->out_edge, in unroll_loop_runtime_iterations()
1047 wont_exit, desc->out_edge, in unroll_loop_runtime_iterations()
1098 wont_exit, desc->out_edge, in unroll_loop_runtime_iterations()
[all …]
Dloop-doloop.c300 basic_block loop_end = desc->out_edge->src; in doloop_modify()
462 desc->out_edge->flags |= EDGE_FALLTHRU; in doloop_modify()
Dcfgloop.h311 edge out_edge; member
Dsched-rgn.c1306 edge out_edge; in compute_dom_prob_ps() local
1321 FOR_EACH_EDGE (out_edge, out_ei, in_edge->src->succs) in compute_dom_prob_ps()
1322 SET_BIT (pot_split[bb], EDGE_TO_BIT (out_edge)); in compute_dom_prob_ps()
Dloop-iv.c2566 desc->out_edge = e; in check_simple_exit()
2636 desc->out_edge->src->index, in find_simple_exit()
2637 desc->out_edge->dest->index); in find_simple_exit()