Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp392 if (VNInfo *PVNI = li->getVNInfoBefore(Stop)) in shrinkToUses()
408 assert(li->getVNInfoBefore(Stop) == VNI && in shrinkToUses()
629 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(*PI))) in hasPHIKill()
DLiveInterval.cpp880 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify()
887 if (const VNInfo *UVNI = LI->getVNInfoBefore(VNI->def)) in Classify()
DSplitKit.cpp98 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd); in computeLastSplitPoint()
616 assert(ParentVNI == Edit->getParent().getVNInfoBefore(End) && in overlapIntv()
DMachineScheduler.cpp952 VNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in updatePressureDiffs()
1120 const VNInfo *DefVNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in computeCyclicCriticalPath()
1487 const VNInfo *LastLocalVN = LocalLI->getVNInfoBefore(LocalLI->endIndex()); in constrainLocalCopy()
DInlineSpiller.cpp834 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed()
DMachineVerifier.cpp1565 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h358 VNInfo *getVNInfoBefore(SlotIndex Idx) const { in getVNInfoBefore() function