Searched refs:getVNInfoBefore (Results 1 – 7 of 7) sorted by relevance
392 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()
880 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify()887 if (const VNInfo *UVNI = LI->getVNInfoBefore(VNI->def)) in Classify()
98 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd); in computeLastSplitPoint()616 assert(ParentVNI == Edit->getParent().getVNInfoBefore(End) && in overlapIntv()
952 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()
834 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed()
1565 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment()
358 VNInfo *getVNInfoBefore(SlotIndex Idx) const { in getVNInfoBefore() function