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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp502 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(P)); local
503 if (PVNI)
504 WorkList.push_back(std::make_pair(LI, PVNI));
H A DLiveInterval.cpp1341 if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.getMBBEndIdx(*PI)))
1342 EqClass.join(VNI->id, PVNI->id);
H A DLiveIntervals.cpp409 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop))
410 WorkList.push_back(std::make_pair(Stop, PVNI));
H A DMachineVerifier.cpp2778 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); local
2784 if (!PVNI && (LaneMask.none() || !IsPHI)) {
2797 if (!IsPHI && PVNI != VNI) {
2800 errs() << "Valno #" << PVNI->id << " live out of "

Completed in 119 milliseconds