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

/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp310 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr); local
322 DestCopyIndex.getRegSlot(),
336 DestLI.createDeadDef(DestCopyIndex.getRegSlot(),
342 DestLI.removeRange(MBBStartIndex, DestCopyIndex.getRegSlot());
343 VNInfo *DestVNI = DestLI.getVNInfoAt(DestCopyIndex.getRegSlot());
345 DestVNI->def = DestCopyIndex.getRegSlot();
H A DStrongPHIElimination.cpp777 SlotIndex DestCopyIndex = LI->getInstructionIndex(CopyInstr); local
781 DestCopyIndex.getRegSlot(),
788 DestLI.removeRange(PHIIndex.getRegSlot(), DestCopyIndex.getRegSlot());
790 VNInfo *DestVNI = DestLI.getVNInfoAt(DestCopyIndex.getRegSlot());
792 DestVNI->def = DestCopyIndex.getRegSlot();

Completed in 82 milliseconds