Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DEmpiricalDistribution.java84 double getNextValue() throws IllegalStateException; in getNextValue() method
DValueServer.java319 return empiricalDistribution.getNextValue(); in getNextDigest()
DEmpiricalDistributionImpl.java372 public double getNextValue() throws IllegalStateException { in getNextValue() method in EmpiricalDistributionImpl
/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp287 NewFMAInt.getNextValue(AI->start, in processBlock()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp407 NewVN = LI.getNextValue(I->start, LIS->getVNInfoAllocator()); in terminateSegment()
454 VNInfo *VN = LID.getNextValue(MX, LIS->getVNInfoAllocator()); in addInstrToLiveness()
1229 NewVN = L1.getNextValue(I->valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()
/external/llvm/lib/CodeGen/
DLiveInterval.cpp66 VNInfo *VNI = LR->getNextValue(Def, VNInfoAllocator); in createDeadDef()
86 VNInfo *VNI = LR->getNextValue(Def, VNInfoAllocator); in createDeadDef()
959 VNI = getNextValue(Pos, VNIAllocator); in constructMainRangeFromSubranges()
DLiveIntervalAnalysis.cpp852 VNInfo* VN = Interval.getNextValue( in addSegmentToEndOfBlock()
1345 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1350 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
DLiveRangeCalc.cpp439 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
DPHIElimination.cpp322 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()
DStackColoring.cpp687 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
DInlineSpiller.cpp1330 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
DSplitKit.cpp371 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
DTwoAddressInstructionPass.cpp1529 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
DRegisterCoalescer.cpp837 VNInfo *BSubValNo = NewRange->getNextValue(CopyIdx, Allocator); in removeCopyByCommutingDef()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h307 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function