Searched refs:instrIdx (Results 1 – 1 of 1) sorted by relevance
1272 SlotIndex instrIdx = getInstructionIndex(MI); in repairOldRegInRange() local1304 LII->start = instrIdx.getRegSlot(); in repairOldRegInRange()1305 LII->valno->def = instrIdx.getRegSlot(); in repairOldRegInRange()1307 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange()1315 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()1316 LiveRange::Segment S(instrIdx.getRegSlot(), in repairOldRegInRange()1317 instrIdx.getDeadSlot(), VNI); in repairOldRegInRange()1319 } else if (LII->start != instrIdx.getRegSlot()) { in repairOldRegInRange()1320 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()1321 LiveRange::Segment S(instrIdx.getRegSlot(), lastUseIdx, VNI); in repairOldRegInRange()[all …]