Searched refs:PVNI (Results 1 – 4 of 4) sorted by relevance
569 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(P)); in markValueUsed() local570 if (PVNI) in markValueUsed()571 WorkList.push_back(std::make_pair(LI, PVNI)); in markValueUsed()
1351 if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.getMBBEndIdx(Pred))) in Classify() local1352 EqClass.join(VNI->id, PVNI->id); in Classify()
450 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local451 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()
3836 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local3842 if (!PVNI && (LaneMask.none() || !IsPHI)) { in verifyLiveRangeSegment()3855 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()3858 OS << "Valno #" << PVNI->id << " live out of " in verifyLiveRangeSegment()