Searched refs:instrIdx (Results 1 – 1 of 1) sorted by relevance
1635 SlotIndex instrIdx = getInstructionIndex(MI); in repairOldRegInRange() local1657 LII->start = instrIdx.getRegSlot(); in repairOldRegInRange()1658 LII->valno->def = instrIdx.getRegSlot(); in repairOldRegInRange()1660 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange()1668 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()1669 LiveRange::Segment S(instrIdx.getRegSlot(), in repairOldRegInRange()1670 instrIdx.getDeadSlot(), VNI); in repairOldRegInRange()1672 } else if (LII->start != instrIdx.getRegSlot()) { in repairOldRegInRange()1673 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()1674 LiveRange::Segment S(instrIdx.getRegSlot(), lastUseIdx, VNI); in repairOldRegInRange()[all …]