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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1460 SlotIndex LastCopyIdx; local
1525 LastCopyIdx = LIS->InsertMachineInstrInMaps(PrevMI).getRegSlot();
1529 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator());
1532 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI));
1592 LI.removeSegment(LastCopyIdx, UseIdx);

Completed in 19 milliseconds