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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DInlineSpiller.cpp815 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)); local
816 if (PVNI)
817 WorkList.push_back(std::make_pair(LI, PVNI));
H A DMachineVerifier.cpp1571 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); local
1574 if (!PVNI) {
1583 if (!IsPHI && PVNI != VNI) {
1585 *OS << "Valno #" << PVNI->id << " live out of BB#"
H A DLiveInterval.cpp880 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI)))
881 EqClass.join(VNI->id, PVNI->id);
H A DLiveIntervalAnalysis.cpp387 if (VNInfo *PVNI = li->getVNInfoBefore(Stop))
388 WorkList.push_back(std::make_pair(Stop, PVNI));

Completed in 104 milliseconds