Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
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()
DMachineVerifier.cpp1671 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local
1674 if (!PVNI) { in verifyLiveRangeSegment()
1685 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()
1688 errs() << "Valno #" << PVNI->id << " live out of BB#" in verifyLiveRangeSegment()
DLiveInterval.cpp1354 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify() local
1355 EqClass.join(VNI->id, PVNI->id); in Classify()
DLiveIntervalAnalysis.cpp394 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local
395 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()