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

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c2965 bi_block *end_then_block = ctx->current_block; local in function:emit_if
2981 bi_block_add_successor(end_then_block, ctx->after_block); /* fallthrough */
2986 _b.cursor = bi_after_block(end_then_block);
2990 bi_block_add_successor(end_then_block, then_exit->branch_target);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c2839 midgard_block *end_then_block = ctx->current_block; local in function:emit_if
2874 pan_block_add_successor(&end_then_block->base, &ctx->after_block->base);

Completed in 11 milliseconds