Home
last modified time | relevance | path

Searched refs:maxLoops (Results 1 – 3 of 3) sorted by relevance

/external/skqp/bench/
Dnanobench.cpp119 DEFINE_int32(maxLoops, 1000000, "Never run a bench more times than this.");
/external/skia/bench/
Dnanobench.cpp122 static DEFINE_int(maxLoops, 1000000, "Never run a bench more times than this.");
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp989 unsigned maxLoops = std::numeric_limits<unsigned>::max()) { in getPerfectlyNestedLoopsImpl() argument
990 for (unsigned i = 0; i < maxLoops; ++i) { in getPerfectlyNestedLoopsImpl()