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.cpp1351 if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.getMBBEndIdx(Pred))) in Classify() local
1352 EqClass.join(VNI->id, PVNI->id); in Classify()
H A DLiveIntervals.cpp450 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local
451 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()
H A DMachineVerifier.cpp3836 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local
3842 if (!PVNI && (LaneMask.none() || !IsPHI)) { in verifyLiveRangeSegment()
3855 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()
3858 OS << "Valno #" << PVNI->id << " live out of " in verifyLiveRangeSegment()