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()
1329 if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.getMBBEndIdx(Pred))) in Classify() 1330 EqClass.join(VNI->id, PVNI->id); in Classify() 1326 if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.getMBBEndIdx(Pred))) Classify() local
3685 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local3691 if (!PVNI && (LaneMask.none() || !IsPHI)) { in verifyLiveRangeSegment()3704 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()3707 errs() << "Valno #" << PVNI->id << " live out of " in verifyLiveRangeSegment()
434 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local435 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()