Lines Matching refs:instrIdx
1272 SlotIndex instrIdx = getInstructionIndex(MI); in repairOldRegInRange() local
1304 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()
1326 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange()
1334 LII->end = instrIdx.getRegSlot(); in repairOldRegInRange()
1336 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange()