Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1540 const VNInfo *PVNI = LI.getVNInfoBefore(PEnd); in verifyLiveIntervalSegment() local
1543 if (!PVNI) { in verifyLiveIntervalSegment()
1552 if (!IsPHI && PVNI != VNI) { in verifyLiveIntervalSegment()
1554 *OS << "Valno #" << PVNI->id << " live out of BB#" in verifyLiveIntervalSegment()
DInlineSpiller.cpp813 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); in markValueUsed() local
814 if (PVNI) in markValueUsed()
815 WorkList.push_back(std::make_pair(LI, PVNI)); in markValueUsed()
DLiveInterval.cpp841 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) in Classify() local
842 EqClass.join(VNI->id, PVNI->id); in Classify()
DLiveIntervalAnalysis.cpp677 if (VNInfo *PVNI = li->getVNInfoBefore(Stop)) in shrinkToUses() local
678 WorkList.push_back(std::make_pair(Stop, PVNI)); in shrinkToUses()