Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgcleanup.cc116 edge cbranch_jump_edge, cbranch_fallthru_edge; in try_simplify_condjump() local
129 cbranch_fallthru_edge = FALLTHRU_EDGE (cbranch_block); in try_simplify_condjump()
135 jump_block = cbranch_fallthru_edge->dest; in try_simplify_condjump()
179 cbranch_fallthru_edge = redirect_edge_succ_nodup (cbranch_fallthru_edge, in try_simplify_condjump()
182 cbranch_fallthru_edge->flags &= ~EDGE_FALLTHRU; in try_simplify_condjump()