Searched refs:next_if (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_if.c1334 nir_if *next_if = nir_block_get_following_if(next_blk); local in function:opt_if_merge
1335 if (!next_if || !next_if->condition.is_ssa)
1356 if (nif->condition.ssa == next_if->condition.ssa &&
1366 simple_merge_if(nif, next_if, true, true);
1367 simple_merge_if(nif, next_if, false, false);
1372 nir_block *old_then_block = nir_if_last_then_block(next_if);
1373 nir_block *old_else_block = nir_if_last_else_block(next_if);
1378 rewrite_phi_predecessor_blocks(next_if, old_then_block,
1387 nir_cf_node_as_block(nir_cf_node_next(&next_if
[all...]
H A Dnir_control_flow.c302 nir_if *next_if = nir_cf_node_as_if(next); local in function:block_add_normal_succs
304 nir_block *first_then_block = nir_if_first_then_block(next_if);
305 nir_block *first_else_block = nir_if_first_else_block(next_if);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_if.c1281 nir_if *next_if = nir_block_get_following_if(next_blk); local in function:opt_if_merge
1282 if (next_if && next_if->condition.is_ssa) {
1304 if (nif->condition.ssa == next_if->condition.ssa &&
1307 simple_merge_if(nif, next_if, true, true);
1308 simple_merge_if(nif, next_if, false, false);
1313 nir_block *old_then_block = nir_if_last_then_block(next_if);
1314 nir_block *old_else_block = nir_if_last_else_block(next_if);
1319 rewrite_phi_predecessor_blocks(next_if, old_then_block,
1328 nir_cf_node_as_block(nir_cf_node_next(&next_if
[all...]
H A Dnir_control_flow.c309 nir_if *next_if = nir_cf_node_as_if(next); local in function:block_add_normal_succs
311 nir_block *first_then_block = nir_if_first_then_block(next_if);
312 nir_block *first_else_block = nir_if_first_else_block(next_if);

Completed in 95 milliseconds