Home
last modified time | relevance | path

Searched refs:crossing_edge (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dbb-reorder.c1529 edge crossing_edge; in fix_crossing_conditional_branches() local
1542 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()
DChangeLog-200418169 * basic-block.h (struct edge_def): Remove crossing_edge.
18176 Replace all occurences of crossing_edge with an edge flag check
36198 * basic-block.h (struct edge_def): Add new field, crossing_edge.