Searched refs:pred_last_instr (Results 1 – 1 of 1) sorted by relevance
246 nir_instr *pred_last_instr = nir_block_last_instr(src->pred); in lower_phis_to_scalar_block() local247 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()