Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfgcleanup.c126 edge cbranch_jump_edge, cbranch_fallthru_edge; local
143 cbranch_fallthru_edge = FALLTHRU_EDGE (cbranch_block);
149 jump_block = cbranch_fallthru_edge->dest;
176 cbranch_fallthru_edge = redirect_edge_succ_nodup (cbranch_fallthru_edge,
179 cbranch_fallthru_edge->flags &= ~EDGE_FALLTHRU;
/openbsd/gnu/gcc/gcc/
H A Dcfgcleanup.c109 edge cbranch_jump_edge, cbranch_fallthru_edge; in try_simplify_condjump() local
122 cbranch_fallthru_edge = FALLTHRU_EDGE (cbranch_block); in try_simplify_condjump()
128 jump_block = cbranch_fallthru_edge->dest; in try_simplify_condjump()
170 cbranch_fallthru_edge = redirect_edge_succ_nodup (cbranch_fallthru_edge, in try_simplify_condjump()
173 cbranch_fallthru_edge->flags &= ~EDGE_FALLTHRU; in try_simplify_condjump()