Lines Matching refs:single_succ_edge
450 location_t new_locus = single_succ_edge (target)->goto_locus; in try_forward_edges()
597 t = single_succ_edge (first); in try_forward_edges()
1613 || (single_succ_edge (bb1)->flags & EDGE_FAKE) != 0) in outgoing_edges_match()
1620 && (single_succ_edge (bb1)->flags & (EDGE_COMPLEX | EDGE_FAKE)) == 0 in outgoing_edges_match()
1623 && (single_succ_edge (bb2)->flags in outgoing_edges_match()
1651 f1 = single_succ_edge (f1->dest); in outgoing_edges_match()
1654 f2 = single_succ_edge (f2->dest); in outgoing_edges_match()
2166 redirect_edge_and_branch_force (single_succ_edge (redirect_from), redirect_to); in try_crossjump_to_edge()
2712 && single_succ_edge (ENTRY_BLOCK_PTR_FOR_FN (cfun))->dest in try_optimize_cfg()
2789 && (single_succ_edge (b)->flags & EDGE_FALLTHRU) in try_optimize_cfg()
2809 && (s = single_succ_edge (b)) in try_optimize_cfg()
2859 redirect_edge_succ (single_succ_edge (b), in try_optimize_cfg()
2861 single_succ_edge (b)->flags &= ~EDGE_CROSSING; in try_optimize_cfg()
2923 redirect_edge_succ (single_succ_edge (jb), new_ft); in try_optimize_cfg()
2951 && try_redirect_by_replacing_jump (single_succ_edge (b), in try_optimize_cfg()