Lines Matching refs:VNI
1632 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs() local
1633 LI.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1635 VNI = S.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
1636 S.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1641 VNInfo *VNI = in processTiedPairs() local
1643 LR->addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1801 for (const VNInfo *VNI : Other.valnos) { in processStatepoint() local
1802 assert(VNI->id == NewVNIs.size() && "assumed"); in processStatepoint()
1803 NewVNIs.push_back(LI.createValueCopy(VNI, A)); in processStatepoint()
1806 VNInfo *VNI = NewVNIs[S.valno->id]; in processStatepoint() local
1807 LiveRange::Segment NewSeg(S.start, S.end, VNI); in processStatepoint()