Home
last modified time | relevance | path

Searched refs:PVNI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp569 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(P)); in markValueUsed() local
570 if (PVNI) in markValueUsed()
571 WorkList.push_back(std::make_pair(LI, PVNI)); in markValueUsed()
H A DLiveInterval.cpp1329 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
H A DMachineVerifier.cpp3685 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local
3691 if (!PVNI && (LaneMask.none() || !IsPHI)) { in verifyLiveRangeSegment()
3704 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()
3707 errs() << "Valno #" << PVNI->id << " live out of " in verifyLiveRangeSegment()
H A DLiveIntervals.cpp434 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local
435 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()