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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_control_flow.c110 nir_block *last_then_block = nir_if_last_then_block(if_stmt); local in function:link_non_block_to_block
113 if (!nir_block_ends_in_jump(last_then_block)) {
114 unlink_block_successors(last_then_block);
115 link_blocks(last_then_block, block, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_control_flow.c110 nir_block *last_then_block = nir_if_last_then_block(if_stmt); local in function:link_non_block_to_block
113 if (!nir_block_ends_in_jump(last_then_block)) {
114 unlink_block_successors(last_then_block);
115 link_blocks(last_then_block, block, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c685 nir_block *last_then_block = nir_if_last_then_block(if_stmt); local in function:ppir_emit_if
686 assert(last_then_block->successors[0]);
687 assert(!last_then_block->successors[1]);
688 block = ppir_get_block(comp, last_then_block);
695 after_branch->target = ppir_get_block(comp, last_then_block->successors[0]);

Completed in 5 milliseconds