Home
last modified time | relevance | path

Searched refs:kMaxIterations (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestAffineLoopUnswitching.cpp40 constexpr static unsigned kMaxIterations = 5; member
58 } while (++i < kMaxIterations); in runOnOperation()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_runner.cc64 static constexpr IterationCount kMaxIterations = 1000000000; variable
249 const IterationCount next_iters = std::min(max_next_iters, kMaxIterations); in PredictNumItersNeeded()
261 i.iters >= kMaxIterations || // Too many iterations already. in ShouldReportIterationResults()