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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_phis_to_scalar.c246 nir_instr *pred_last_instr = nir_block_last_instr(src->pred); local in function:lower_phis_to_scalar_block
247 if (pred_last_instr && pred_last_instr->type == nir_instr_type_jump)
248 nir_instr_insert_before(pred_last_instr, &mov->instr);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_phis_to_scalar.c245 nir_instr *pred_last_instr = nir_block_last_instr(src->pred); local in function:lower_phis_to_scalar_block
246 if (pred_last_instr && pred_last_instr->type == nir_instr_type_jump)
247 nir_instr_insert_before(pred_last_instr, &mov->instr);

Completed in 4 milliseconds