Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DInlineSpiller.cpp529 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(P)); in markValueUsed() local
530 if (PVNI) in markValueUsed()
531 WorkList.push_back(std::make_pair(LI, PVNI)); in markValueUsed()
DLiveInterval.cpp1326 if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.getMBBEndIdx(Pred))) in Classify() local
1327 EqClass.join(VNI->id, PVNI->id); in Classify()
DMachineVerifier.cpp3248 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local
3254 if (!PVNI && (LaneMask.none() || !IsPHI)) { in verifyLiveRangeSegment()
3267 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()
3270 errs() << "Valno #" << PVNI->id << " live out of " in verifyLiveRangeSegment()
DLiveIntervals.cpp414 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local
415 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()