Searched refs:crossing_edge (Results 1 – 2 of 2) sorted by relevance
1529 edge crossing_edge; in fix_crossing_conditional_branches() local1542 crossing_edge = NULL; in fix_crossing_conditional_branches()1557 crossing_edge = succ1; in fix_crossing_conditional_branches()1559 crossing_edge = succ2; in fix_crossing_conditional_branches()1561 if (crossing_edge) in fix_crossing_conditional_branches()1595 new_bb = find_jump_block (crossing_edge->dest); in fix_crossing_conditional_branches()1656 dest = crossing_edge->dest; in fix_crossing_conditional_branches()1658 redirect_edge_succ (crossing_edge, new_bb); in fix_crossing_conditional_branches()1669 crossing_edge->flags &= ~EDGE_CROSSING; in fix_crossing_conditional_branches()
18169 * basic-block.h (struct edge_def): Remove crossing_edge.18176 Replace all occurences of crossing_edge with an edge flag check36198 * basic-block.h (struct edge_def): Add new field, crossing_edge.