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

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1350 SlotIndex LastCopyIdx; local
1396 LastCopyIdx = LIS->InsertMachineInstrInMaps(PrevMI).getRegSlot();
1400 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator());
1403 LI.addRange(LiveRange(LastCopyIdx, endIdx, VNI));
1460 LI.removeRange(LastCopyIdx, UseIdx);

Completed in 36 milliseconds