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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_if.c1330 nir_block *next_blk = nir_cf_node_cf_tree_next(&nif->cf_node); local in function:opt_if_merge
1331 if (!next_blk || !nif->condition.is_ssa)
1334 nir_if *next_if = nir_block_get_following_if(next_blk);
1357 exec_list_is_empty(&next_blk->instr_list)) {
1394 exec_list_push_tail(&next_blk->instr_list, &instr->node);
1395 instr->block = next_blk;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_if.c1279 nir_block *next_blk = nir_cf_node_cf_tree_next(&nif->cf_node); local in function:opt_if_merge
1280 if (next_blk && nif->condition.is_ssa) {
1281 nir_if *next_if = nir_block_get_following_if(next_blk);
1305 exec_list_is_empty(&next_blk->instr_list)) {
1335 exec_list_push_tail(&next_blk->instr_list, &instr->node);
1336 instr->block = next_blk;

Completed in 5 milliseconds