Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_phis_to_scalar.c246 nir_instr *pred_last_instr = nir_block_last_instr(src->pred); in lower_phis_to_scalar_block() local
247 if (pred_last_instr && pred_last_instr->type == nir_instr_type_jump) in lower_phis_to_scalar_block()
248 nir_instr_insert_before(pred_last_instr, &mov->instr); in lower_phis_to_scalar_block()