Searched refs:out_edge (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | loop-unroll.cc | 525 desc->out_edge, &remove_edges, in unroll_loop_constant_iterations() 571 desc->out_edge, &remove_edges, in unroll_loop_constant_iterations() 604 loop, loop_latch_edge (loop), max_unroll, wont_exit, desc->out_edge, in unroll_loop_constant_iterations() 620 if (EDGE_SUCC (exit_block, 0)->dest == desc->out_edge->dest) in unroll_loop_constant_iterations() 622 desc->out_edge = EDGE_SUCC (exit_block, 0); in unroll_loop_constant_iterations() 627 desc->out_edge = EDGE_SUCC (exit_block, 1); in unroll_loop_constant_iterations() 969 1, wont_exit, desc->out_edge, in unroll_loop_runtime_iterations() 991 1, wont_exit, desc->out_edge, in unroll_loop_runtime_iterations() 1055 loop, loop_latch_edge (loop), max_unroll, wont_exit, desc->out_edge, in unroll_loop_runtime_iterations() 1072 if (EDGE_SUCC (exit_block, 0)->dest == desc->out_edge->dest) in unroll_loop_runtime_iterations() [all …]
|
| D | loop-doloop.cc | 453 basic_block loop_end = desc->out_edge->src; in doloop_modify() 602 desc->out_edge->flags |= EDGE_FALLTHRU; in doloop_modify() 771 basic_block loop_end = desc->out_edge->src; in doloop_optimize()
|
| D | cfgloop.h | 464 edge out_edge; in class()
|
| D | sched-rgn.cc | 1433 edge out_edge; in compute_dom_prob_ps() local 1448 FOR_EACH_EDGE (out_edge, out_ei, in_edge->src->succs) in compute_dom_prob_ps() 1449 bitmap_set_bit (pot_split[bb], EDGE_TO_BIT (out_edge)); in compute_dom_prob_ps()
|
| D | loop-iv.cc | 2897 desc->out_edge = e; in check_simple_exit() 2967 desc->out_edge->src->index, in find_simple_exit() 2968 desc->out_edge->dest->index); in find_simple_exit()
|