Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDTwoAddressInstructionPass.cpp1350 SlotIndex LastCopyIdx; in processTiedPairs() local
1396 LastCopyIdx = LIS->InsertMachineInstrInMaps(PrevMI).getRegSlot(); in processTiedPairs()
1400 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
1403 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1460 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()