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 314 SlotIndex MBBStartIndex = LIS->getMBBStartIdx(&MBB);
319 VNInfo *IncomingVNI = IncomingLI.getVNInfoAt(MBBStartIndex);
321 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex,
323 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex,
335 VNInfo *OrigDestVNI = DestLI.getVNInfoAt(MBBStartIndex);
337 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot());
344 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StrongPHIElimination.cpp 733 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB);
736 if (SrcLI.liveAt(MBBStartIndex) && SrcLI.expiredAt(NextInstrIndex))
737 SrcLI.removeRange(MBBStartIndex, PHIIndex, true);
756 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB);
757 DestVNI->def = MBBStartIndex;
758 DestLI.addRange(LiveRange(MBBStartIndex,
779 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB);
781 VNInfo *CopyVNI = CopyLI.getNextValue(MBBStartIndex,
785 CopyLI.addRange(LiveRange(MBBStartIndex,
    [all...]

Completed in 836 milliseconds