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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_if.c842 nir_block *old_then_block,
857 if (src->pred == old_then_block) {
1372 nir_block *old_then_block = nir_if_last_then_block(next_if); local in function:opt_if_merge
1378 rewrite_phi_predecessor_blocks(next_if, old_then_block,
841 rewrite_phi_predecessor_blocks(nir_if * nif,nir_block * old_then_block,nir_block * old_else_block,nir_block * new_then_block,nir_block * new_else_block) argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_if.c907 nir_block *old_then_block,
922 if (src->pred == old_then_block) {
1313 nir_block *old_then_block = nir_if_last_then_block(next_if); local in function:opt_if_merge
1319 rewrite_phi_predecessor_blocks(next_if, old_then_block,
906 rewrite_phi_predecessor_blocks(nir_if * nif,nir_block * old_then_block,nir_block * old_else_block,nir_block * new_then_block,nir_block * new_else_block) argument

Completed in 8 milliseconds