Searched refs:getVNInfoBefore (Results 1 – 7 of 7) sorted by relevance
971 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()
377 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()
93 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd); in computeLastSplitPoint()602 assert(ParentVNI == Edit->getParent().getVNInfoBefore(End) && in overlapIntv()
971 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()
836 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed()
1615 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment()
400 VNInfo *getVNInfoBefore(SlotIndex Idx) const { in getVNInfoBefore() function