HomeSort by: relevance | last modified time | path
    Searched refs:next_if (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_if.c 1334 nir_if *next_if = nir_block_get_following_if(next_blk);
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->cf_node))
    [all...]
nir_control_flow.c 302 nir_if *next_if = nir_cf_node_as_if(next); local
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/
nir_opt_if.c 1281 nir_if *next_if = nir_block_get_following_if(next_blk); local
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->cf_node))
    [all...]
nir_control_flow.c 309 nir_if *next_if = nir_cf_node_as_if(next); local
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 8 milliseconds