Searched refs:getNextValue (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 338 VNInfo *SRVNI = SR.getNextValue(RegDefIdx, Allocator); in computeMainRangesFixFlags()
|
| H A D | LiveRangeCalc.cpp | 399 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
|
| H A D | TwoAddressInstructionPass.cpp | 1529 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs() 1532 VNI = S.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs() 1539 LR->getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
|
| H A D | LiveIntervals.cpp | 872 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock() 1615 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1620 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
|
| 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 | 398 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()
|
| H A D | StackColoring.cpp | 1259 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
|
| H A D | InlineSpiller.cpp | 1176 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
|
| H A D | SplitKit.cpp | 471 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
|
| H A D | RegisterCoalescer.cpp | 1006 VNInfo *BSubValNo = SR.empty() ? SR.getNextValue(CopyIdx, Allocator) in removeCopyByCommutingDef()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXFMAMutate.cpp | 306 NewFMAInt.getNextValue(AI.start, LIS->getVNInfoAllocator()); in processBlock()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 331 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 1187 NewVN = L1.getNextValue(I.valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()
|