Lines Matching refs:after_block
3911 if (ctx->after_block) {
3912 ctx->current_block = ctx->after_block;
3913 ctx->after_block = NULL;
3951 ctx->after_block = create_empty_block(ctx);
3959 then_branch->branch_target = ctx->after_block;
3960 bi_block_add_successor(end_then_block, ctx->after_block); /* fallthrough */
3967 then_exit->branch_target = ctx->after_block;
3970 bi_block_add_successor(end_else_block, ctx->after_block); /* fallthrough */
3988 ctx->after_block = ctx->continue_block;
4000 ctx->after_block = ctx->break_block;