Home
last modified time | relevance | path

Searched refs:cbranch_jump_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
130 cbranch_jump_edge = BRANCH_EDGE (cbranch_block); in try_simplify_condjump()
153 || (cbranch_jump_edge->flags & EDGE_CROSSING)) in try_simplify_condjump()
158 cbranch_dest_block = cbranch_jump_edge->dest; in try_simplify_condjump()
177 cbranch_jump_edge = redirect_edge_succ_nodup (cbranch_jump_edge, in try_simplify_condjump()
181 cbranch_jump_edge->flags |= EDGE_FALLTHRU; in try_simplify_condjump()
187 tidy_fallthru_edge (cbranch_jump_edge); in try_simplify_condjump()