Searched refs:getVNInfoBefore (Results 1 – 7 of 7) sorted by relevance
970 VNI = getVNInfoBefore(PredEnd); in constructMainRangeFromSubranges()1354 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify()1361 if (const VNInfo *UVNI = LI->getVNInfoBefore(VNI->def)) in Classify()
394 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses()409 assert(OldRange.getVNInfoBefore(Stop) == VNI && in extendSegmentsToUses()834 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(*PI))) in hasPHIKill()
94 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd); in computeLastSplitPoint()605 assert(ParentVNI == Edit->getParent().getVNInfoBefore(End) && in overlapIntv()
989 VNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in updatePressureDiffs()1177 const VNInfo *DefVNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); in computeCyclicCriticalPath()1582 const VNInfo *LastLocalVN = LocalLI->getVNInfoBefore(LocalLI->endIndex()); in constrainLocalCopy()
836 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed()
1671 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment()
401 VNInfo *getVNInfoBefore(SlotIndex Idx) const { in getVNInfoBefore() function