Searched refs:PVNI (Results 1 – 4 of 4) sorted by relevance
1615 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local1618 if (!PVNI) { in verifyLiveRangeSegment()1628 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()1631 errs() << "Valno #" << PVNI->id << " live out of BB#" in verifyLiveRangeSegment()
836 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed() local837 if (PVNI) in markValueUsed()838 WorkList.push_back(std::make_pair(LI, PVNI)); in markValueUsed()
1353 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify() local1354 EqClass.join(VNI->id, PVNI->id); in Classify()
377 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local378 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()