Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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/tools/bugpoint/
DListReducer.h87 unsigned MaxIterations = MaxIterationsWithoutProgress; in reduceList() local
100 NumOfIterationsWithoutProgress > MaxIterations) { in reduceList()
111 MaxIterations += 2; in reduceList()
131 MaxIterations = MaxIterationsWithoutProgress; in reduceList()
139 MaxIterations = MaxIterationsWithoutProgress; in reduceList()
/external/swiftshader/third_party/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/llvm/lib/Analysis/
DCallGraphSCCPass.cpp36 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4)); variable
476 } while (Iteration++ < MaxIterations && DevirtualizedCall); in runOnModule()
DScalarEvolution.cpp6567 unsigned MaxIterations = MaxBruteForceIterations; // Limit analysis. in computeExitCountExhaustively() local
6569 for (unsigned IterationNum = 0; IterationNum != MaxIterations;++IterationNum){ in computeExitCountExhaustively()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4873 unsigned MaxIterations = MaxBruteForceIterations; // Limit analysis. in ComputeExitCountExhaustively() local
4875 IterationNum != MaxIterations; ++IterationNum) { in ComputeExitCountExhaustively()