Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1615 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local
1618 if (!PVNI) { in verifyLiveRangeSegment()
1628 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()
1631 errs() << "Valno #" << PVNI->id << " live out of BB#" in verifyLiveRangeSegment()
DInlineSpiller.cpp836 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed() local
837 if (PVNI) in markValueUsed()
838 WorkList.push_back(std::make_pair(LI, PVNI)); in markValueUsed()
DLiveInterval.cpp1353 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify() local
1354 EqClass.join(VNI->id, PVNI->id); in Classify()
DLiveIntervalAnalysis.cpp377 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local
378 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()