Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp1302 SlotIndex instrIdx = getInstructionIndex(MI); in repairOldRegInRange() local
1334 LII->start = instrIdx.getRegSlot(); in repairOldRegInRange()
1335 LII->valno->def = instrIdx.getRegSlot(); in repairOldRegInRange()
1337 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange()
1345 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1346 LiveRange::Segment S(instrIdx.getRegSlot(), in repairOldRegInRange()
1347 instrIdx.getDeadSlot(), VNI); in repairOldRegInRange()
1349 } else if (LII->start != instrIdx.getRegSlot()) { in repairOldRegInRange()
1350 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1351 LiveRange::Segment S(instrIdx.getRegSlot(), lastUseIdx, VNI); in repairOldRegInRange()
[all …]