OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxIterations
(Results
1 - 5
of
5
) sorted by null
/external/llvm/tools/bugpoint/
ListReducer.h
82
unsigned
MaxIterations
= MaxIterationsWithoutProgress;
95
NumOfIterationsWithoutProgress >
MaxIterations
) {
106
MaxIterations
+= 2;
126
MaxIterations
= MaxIterationsWithoutProgress;
134
MaxIterations
= MaxIterationsWithoutProgress;
/external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp
33
MaxIterations
("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4));
458
} while (Iteration++ <
MaxIterations
&& DevirtualizedCall);
/external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp
[
all
...]
LoopBlinnMathUtils.cpp
291
//
MaxIterations
is chosen as the number of mantissa bits for a float,
294
const int
MaxIterations
= 23;
315
} while (++iter <
MaxIterations
&& !nearlyZero(evaluatedPoint.y() - xRay.y()));
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
Completed in 167 milliseconds