Searched refs:PVNI (Results 1 – 4 of 4) sorted by relevance
1571 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local1574 if (!PVNI) { in verifyLiveRangeSegment()1583 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()1585 *OS << "Valno #" << PVNI->id << " live out of BB#" in verifyLiveRangeSegment()
815 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed() local816 if (PVNI) in markValueUsed()817 WorkList.push_back(std::make_pair(LI, PVNI)); in markValueUsed()
880 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify() local881 EqClass.join(VNI->id, PVNI->id); in Classify()
387 if (VNInfo *PVNI = li->getVNInfoBefore(Stop)) in shrinkToUses() local388 WorkList.push_back(std::make_pair(Stop, PVNI)); in shrinkToUses()