Home
last modified time | relevance | path

Searched refs:instrIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1599 SlotIndex instrIdx = getInstructionIndex(MI); in repairOldRegInRange() local
1621 LII->start = instrIdx.getRegSlot(); in repairOldRegInRange()
1622 LII->valno->def = instrIdx.getRegSlot(); in repairOldRegInRange()
1624 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange()
1632 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1633 LiveRange::Segment S(instrIdx.getRegSlot(), in repairOldRegInRange()
1634 instrIdx.getDeadSlot(), VNI); in repairOldRegInRange()
1636 } else if (LII->start != instrIdx.getRegSlot()) { in repairOldRegInRange()
1637 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1638 LiveRange::Segment S(instrIdx.getRegSlot(), lastUseIdx, VNI); in repairOldRegInRange()
[all …]