Searched refs:PVNI (Results 1 – 4 of 4) sorted by relevance
1540 const VNInfo *PVNI = LI.getVNInfoBefore(PEnd); in verifyLiveIntervalSegment() local1543 if (!PVNI) { in verifyLiveIntervalSegment()1552 if (!IsPHI && PVNI != VNI) { in verifyLiveIntervalSegment()1554 *OS << "Valno #" << PVNI->id << " live out of BB#" in verifyLiveIntervalSegment()
813 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed() local814 if (PVNI) in markValueUsed()815 WorkList.push_back(std::make_pair(LI, PVNI)); in markValueUsed()
841 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify() local842 EqClass.join(VNI->id, PVNI->id); in Classify()
677 if (VNInfo *PVNI = li->getVNInfoBefore(Stop)) in shrinkToUses() local678 WorkList.push_back(std::make_pair(Stop, PVNI)); in shrinkToUses()