HomeSort by relevance Sort by last modified time
    Searched refs:MBBStartIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
PHIElimination.cpp 312 SlotIndex MBBStartIndex = LIS->getMBBStartIdx(&MBB);
317 VNInfo *IncomingVNI = IncomingLI.getVNInfoAt(MBBStartIndex);
319 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex,
321 IncomingLI.addRange(LiveRange(MBBStartIndex,
333 VNInfo *OrigDestVNI = DestLI.getVNInfoAt(MBBStartIndex);
335 DestLI.removeRange(MBBStartIndex, MBBStartIndex.getDeadSlot());
342 DestLI.removeRange(MBBStartIndex, DestCopyIndex.getRegSlot());
StrongPHIElimination.cpp 731 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB);
734 if (SrcLI.liveAt(MBBStartIndex) && SrcLI.expiredAt(NextInstrIndex))
735 SrcLI.removeRange(MBBStartIndex, PHIIndex, true);
753 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB);
754 DestVNI->def = MBBStartIndex;
755 DestLI.addRange(LiveRange(MBBStartIndex,
776 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB);
778 VNInfo *CopyVNI = CopyLI.getNextValue(MBBStartIndex,
780 CopyLI.addRange(LiveRange(MBBStartIndex,

Completed in 108 milliseconds