Lines Matching refs:instrIdx
1408 SlotIndex instrIdx = getInstructionIndex(MI); in repairOldRegInRange() local
1441 LII->start = instrIdx.getRegSlot(); in repairOldRegInRange()
1442 LII->valno->def = instrIdx.getRegSlot(); in repairOldRegInRange()
1444 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange()
1452 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1453 LiveRange::Segment S(instrIdx.getRegSlot(), in repairOldRegInRange()
1454 instrIdx.getDeadSlot(), VNI); in repairOldRegInRange()
1456 } else if (LII->start != instrIdx.getRegSlot()) { in repairOldRegInRange()
1457 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1458 LiveRange::Segment S(instrIdx.getRegSlot(), lastUseIdx, VNI); in repairOldRegInRange()
1463 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange()
1471 LII->end = instrIdx.getRegSlot(); in repairOldRegInRange()
1473 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange()