Home
last modified time | relevance | path

Searched refs:getVNInfoBefore (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveInterval.cpp971 VNI = getVNInfoBefore(PredEnd); in constructMainRangeFromSubranges()
1353 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify()
1360 if (const VNInfo *UVNI = LI->getVNInfoBefore(VNI->def)) in Classify()
DLiveIntervalAnalysis.cpp377 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses()
392 assert(OldRange.getVNInfoBefore(Stop) == VNI && in extendSegmentsToUses()
804 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(*PI))) in hasPHIKill()
DSplitKit.cpp93 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd); in computeLastSplitPoint()
602 assert(ParentVNI == Edit->getParent().getVNInfoBefore(End) && in overlapIntv()
DMachineScheduler.cpp971 VNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in updatePressureDiffs()
1139 const VNInfo *DefVNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in computeCyclicCriticalPath()
1509 const VNInfo *LastLocalVN = LocalLI->getVNInfoBefore(LocalLI->endIndex()); in constrainLocalCopy()
DInlineSpiller.cpp836 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed()
DMachineVerifier.cpp1615 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h400 VNInfo *getVNInfoBefore(SlotIndex Idx) const { in getVNInfoBefore() function