| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| infinite-loop.cc | 472 for (auto out_edge : iter->m_succs) 476 out_edge->m_src->m_index, 477 out_edge->m_dest->m_index); 484 out_edge, 487 succs.push_back (pair_t (next_state, out_edge));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| loop-unroll.cc | 491 profile_count orig_exit_count = desc->out_edge->count (); 527 desc->out_edge, &remove_edges, 573 desc->out_edge, &remove_edges, 606 loop, loop_latch_edge (loop), max_unroll, wont_exit, desc->out_edge, 613 (loop, desc->out_edge, orig_exit_count); 628 if (EDGE_SUCC (exit_block, 0)->dest == desc->out_edge->dest) 630 desc->out_edge = EDGE_SUCC (exit_block, 0); 635 desc->out_edge = EDGE_SUCC (exit_block, 1); 977 1, wont_exit, desc->out_edge, 999 1, wont_exit, desc->out_edge, [all...] |
| loop-doloop.cc | 454 basic_block loop_end = desc->out_edge->src; 603 desc->out_edge->flags |= EDGE_FALLTHRU; 772 basic_block loop_end = desc->out_edge->src; 778 at the destination of the out_edge. We call df_analyze on the 781 live in on desc->out_edge->dest should be still unmodified from 784 fail = bitmap_intersect_p (df_get_live_in (desc->out_edge->dest),
|
| cfgloop.h | 472 edge out_edge; variable
|
| loop-iv.cc | 2881 desc->out_edge = e; 2951 desc->out_edge->src->index, 2952 desc->out_edge->dest->index);
|
| sched-rgn.cc | 1437 edge out_edge; 1452 FOR_EACH_EDGE (out_edge, out_ei, in_edge->src->succs) 1453 bitmap_set_bit (pot_split[bb], EDGE_TO_BIT (out_edge)); 1436 edge out_edge; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| loop-unroll.cc | 525 desc->out_edge, &remove_edges, 571 desc->out_edge, &remove_edges, 604 loop, loop_latch_edge (loop), max_unroll, wont_exit, desc->out_edge, 620 if (EDGE_SUCC (exit_block, 0)->dest == desc->out_edge->dest) 622 desc->out_edge = EDGE_SUCC (exit_block, 0); 627 desc->out_edge = EDGE_SUCC (exit_block, 1); 969 1, wont_exit, desc->out_edge, 991 1, wont_exit, desc->out_edge, 1055 loop, loop_latch_edge (loop), max_unroll, wont_exit, desc->out_edge, 1072 if (EDGE_SUCC (exit_block, 0)->dest == desc->out_edge->dest [all...] |
| loop-doloop.cc | 454 basic_block loop_end = desc->out_edge->src; 603 desc->out_edge->flags |= EDGE_FALLTHRU; 772 basic_block loop_end = desc->out_edge->src; 778 at the destination of the out_edge. We call df_analyze on the 781 live in on desc->out_edge->dest should be still unmodified from 784 fail = bitmap_intersect_p (df_get_live_in (desc->out_edge->dest),
|
| cfgloop.h | 464 edge out_edge; variable
|
| loop-iv.cc | 2897 desc->out_edge = e; 2967 desc->out_edge->src->index, 2968 desc->out_edge->dest->index);
|
| sched-rgn.cc | 1434 edge out_edge; 1449 FOR_EACH_EDGE (out_edge, out_ei, in_edge->src->succs) 1450 bitmap_set_bit (pot_split[bb], EDGE_TO_BIT (out_edge)); 1433 edge out_edge; local
|