Searched refs:getMax (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSequenceStats.java73 public long getMax() { method in class:SequenceStats
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DScalarEvolution.h339 /// getMax - Get the max backedge taken count for the loop.
340 const SCEV *getMax(ScalarEvolution *SE) const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolution.cpp4016 return getBackedgeTakenInfo(L).getMax(this);
4050 isLoopInvariant(Result.getMax(this), L) &&
4054 else if (Result.getMax(this) == getCouldNotCompute() &&
4218 /// getMax - Get the max backedge taken count for the loop.
4220 ScalarEvolution::BackedgeTakenInfo::getMax(ScalarEvolution *SE) const {

Completed in 139 milliseconds