Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfgcleanup.c122 try_simplify_condjump (cbranch_block) in try_simplify_condjump() argument
123 basic_block cbranch_block; in try_simplify_condjump()
132 if (!cbranch_block->succ
133 || !cbranch_block->succ->succ_next
134 || cbranch_block->succ->succ_next->succ_next)
139 cbranch_insn = cbranch_block->end;
143 cbranch_fallthru_edge = FALLTHRU_EDGE (cbranch_block);
144 cbranch_jump_edge = BRANCH_EDGE (cbranch_block);
180 update_br_prob_note (cbranch_block);
204 tidy_fallthru_edge (cbranch_jump_edge, cbranch_block, cbranch_dest_block);
/openbsd/gnu/gcc/gcc/
H A Dcfgcleanup.c106 try_simplify_condjump (basic_block cbranch_block) in try_simplify_condjump() argument
113 if (EDGE_COUNT (cbranch_block->succs) != 2) in try_simplify_condjump()
118 cbranch_insn = BB_END (cbranch_block); in try_simplify_condjump()
122 cbranch_fallthru_edge = FALLTHRU_EDGE (cbranch_block); in try_simplify_condjump()
123 cbranch_jump_edge = BRANCH_EDGE (cbranch_block); in try_simplify_condjump()
174 update_br_prob_note (cbranch_block); in try_simplify_condjump()
179 update_forwarder_flag (cbranch_block); in try_simplify_condjump()