Searched refs:PVNI (Results 1 – 4 of 4) sorted by relevance
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()
1671 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local1674 if (!PVNI) { in verifyLiveRangeSegment()1685 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()1688 errs() << "Valno #" << PVNI->id << " live out of BB#" in verifyLiveRangeSegment()
1354 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify() local1355 EqClass.join(VNI->id, PVNI->id); in Classify()
394 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local395 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()