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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_remove_phis.c67 remove_phis_block(nir_block *block, nir_builder *b) function in typeref:typename:bool
149 return remove_phis_block(block, &b);
162 progress |= remove_phis_block(block, &bld);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_remove_phis.c67 remove_phis_block(nir_block *block, nir_builder *b) function in typeref:typename:bool
147 return remove_phis_block(block, &b);
158 progress |= remove_phis_block(block, &bld);

Completed in 3 milliseconds