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

/freebsd-12-stable/contrib/gcc/
H A Dcfgcleanup.c108 try_simplify_condjump (basic_block cbranch_block)
115 if (EDGE_COUNT (cbranch_block->succs) != 2)
120 cbranch_insn = BB_END (cbranch_block);
124 cbranch_fallthru_edge = FALLTHRU_EDGE (cbranch_block);
125 cbranch_jump_edge = BRANCH_EDGE (cbranch_block);
176 update_br_prob_note (cbranch_block);
181 update_forwarder_flag (cbranch_block);
106 try_simplify_condjump(basic_block cbranch_block) argument

Completed in 110 milliseconds