Home
last modified time | relevance | path

Searched refs:getNextValue (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveRangeEdit.cpp399 VNInfo *VNI = NewLI.getNextValue(Idx, Alloc); in eliminateDeadDef()
407 SR->getNextValue(Idx, Alloc))); in eliminateDeadDef()
DLiveRangeCalc.cpp399 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
DRenameIndependentSubregs.cpp338 VNInfo *SRVNI = SR.getNextValue(RegDefIdx, Allocator); in computeMainRangesFixFlags()
DTwoAddressInstructionPass.cpp1529 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()
DLiveIntervals.cpp872 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()
DLiveInterval.cpp94 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
115 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
DPHIElimination.cpp398 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()
DStackColoring.cpp1259 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
DInlineSpiller.cpp1176 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
DSplitKit.cpp471 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
DRegisterCoalescer.cpp1006 VNInfo *BSubValNo = SR.empty() ? SR.getNextValue(CopyIdx, Allocator) in removeCopyByCommutingDef()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp306 NewFMAInt.getNextValue(AI.start, LIS->getVNInfoAllocator()); in processBlock()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveInterval.h331 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp1187 NewVN = L1.getNextValue(I.valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()