Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfgcleanup.c119 edge cbranch_jump_edge, cbranch_fallthru_edge; in try_simplify_condjump() local
133 cbranch_jump_edge = BRANCH_EDGE (cbranch_block); in try_simplify_condjump()
156 || (cbranch_jump_edge->flags & EDGE_CROSSING)) in try_simplify_condjump()
161 cbranch_dest_block = cbranch_jump_edge->dest; in try_simplify_condjump()
178 cbranch_jump_edge = redirect_edge_succ_nodup (cbranch_jump_edge, in try_simplify_condjump()
182 cbranch_jump_edge->flags |= EDGE_FALLTHRU; in try_simplify_condjump()
188 tidy_fallthru_edge (cbranch_jump_edge); in try_simplify_condjump()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgcleanup.c115 edge cbranch_jump_edge, cbranch_fallthru_edge; in try_simplify_condjump() local
129 cbranch_jump_edge = BRANCH_EDGE (cbranch_block); in try_simplify_condjump()
152 || (cbranch_jump_edge->flags & EDGE_CROSSING)) in try_simplify_condjump()
157 cbranch_dest_block = cbranch_jump_edge->dest; in try_simplify_condjump()
176 cbranch_jump_edge = redirect_edge_succ_nodup (cbranch_jump_edge, in try_simplify_condjump()
180 cbranch_jump_edge->flags |= EDGE_FALLTHRU; in try_simplify_condjump()
186 tidy_fallthru_edge (cbranch_jump_edge); in try_simplify_condjump()