Searched refs:PVNI (Results 1 – 4 of 4) sorted by relevance
529 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(P)); in markValueUsed() local530 if (PVNI) in markValueUsed()531 WorkList.push_back(std::make_pair(LI, PVNI)); in markValueUsed()
1326 if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.getMBBEndIdx(Pred))) in Classify() local1327 EqClass.join(VNI->id, PVNI->id); in Classify()
3248 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment() local3254 if (!PVNI && (LaneMask.none() || !IsPHI)) { in verifyLiveRangeSegment()3267 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()3270 errs() << "Valno #" << PVNI->id << " live out of " in verifyLiveRangeSegment()
414 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() local415 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses()