Home
last modified time | relevance | path

Searched refs:MaxIterations (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/bugpoint/
DListReducer.h82 unsigned MaxIterations = MaxIterationsWithoutProgress; in reduceList() local
95 NumOfIterationsWithoutProgress > MaxIterations) { in reduceList()
106 MaxIterations += 2; in reduceList()
126 MaxIterations = MaxIterationsWithoutProgress; in reduceList()
134 MaxIterations = MaxIterationsWithoutProgress; in reduceList()
/external/llvm/lib/Analysis/IPA/
DCallGraphSCCPass.cpp33 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4)); variable
456 } while (Iteration++ < MaxIterations && DevirtualizedCall); in runOnModule()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnPathProcessor.cpp971 const int MaxIterations = 5; in subdivideCurves() local
974 for (int currentIteration = 0; currentIteration < MaxIterations; ++currentIteration) { in subdivideCurves()
1088 const int MaxIterations = 5; in subdivideCurvesSlow() local
1090 for (int currentIteration = 0; currentIteration < MaxIterations; ++currentIteration) { in subdivideCurvesSlow()
DLoopBlinnMathUtils.cpp294 const int MaxIterations = 23; in xRayCrossesMonotonicCubic() local
315 } while (++iter < MaxIterations && !nearlyZero(evaluatedPoint.y() - xRay.y())); in xRayCrossesMonotonicCubic()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4935 unsigned MaxIterations = MaxBruteForceIterations; // Limit analysis. in ComputeExitCountExhaustively() local
4936 for (unsigned IterationNum = 0; IterationNum != MaxIterations;++IterationNum){ in ComputeExitCountExhaustively()