Searched refs:getNextValue (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRangeEdit.cpp | 399 VNInfo *VNI = NewLI.getNextValue(Idx, Alloc); in eliminateDeadDef() 407 SR->getNextValue(Idx, Alloc))); in eliminateDeadDef()
|
| H A D | RenameIndependentSubregs.cpp | 346 VNInfo *SRVNI = SR.getNextValue(RegDefIdx, Allocator); in computeMainRangesFixFlags()
|
| H A D | LiveRangeCalc.cpp | 403 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
|
| H A D | LiveIntervals.cpp | 924 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock() 1668 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1673 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
|
| H A D | TwoAddressInstructionPass.cpp | 1634 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs() 1637 VNI = S.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs() 1644 LR->getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
|
| H A D | LiveInterval.cpp | 94 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef() 115 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
|
| H A D | PHIElimination.cpp | 480 IncomingLI.getNextValue(MBBStartIndex, LIS->getVNInfoAllocator()); in LowerPHINode()
|
| H A D | StackColoring.cpp | 1256 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in run()
|
| H A D | InlineSpiller.cpp | 1263 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
|
| H A D | SplitKit.cpp | 480 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
|
| H A D | RegisterCoalescer.cpp | 1020 VNInfo *BSubValNo = SR.empty() ? SR.getNextValue(CopyIdx, Allocator) in removeCopyByCommutingDef()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 332 VNInfo *getNextValue(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 1174 NewVN = L1.getNextValue(I.valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()
|