Searched refs:then_exit (Results 1 – 2 of 2) sorted by relevance
2173 bi_instruction *then_exit = bi_emit_branch(ctx); in emit_if() local2189 bi_remove_instruction(then_exit); in emit_if()2194 then_exit->branch_target = ctx->after_block; in emit_if()2195 pan_block_add_successor(&end_then_block->base, &then_exit->branch_target->base); in emit_if()
2524 midgard_instruction *then_exit = mir_last_in_block(ctx->current_block); in emit_if() local2541 mir_remove_instruction(then_exit); in emit_if()2545 then_exit->branch.target_block = after_else_idx; in emit_if()