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

/freebsd-10.1-release/contrib/gcc/
H A Dcfgcleanup.c111 edge cbranch_jump_edge, cbranch_fallthru_edge;
124 cbranch_fallthru_edge = FALLTHRU_EDGE (cbranch_block);
130 jump_block = cbranch_fallthru_edge->dest;
172 cbranch_fallthru_edge = redirect_edge_succ_nodup (cbranch_fallthru_edge,
175 cbranch_fallthru_edge->flags &= ~EDGE_FALLTHRU;
109 edge cbranch_jump_edge, cbranch_fallthru_edge; local

Completed in 41 milliseconds