Home
last modified time | relevance | path

Searched defs: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
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_runner.cc64 static constexpr IterationCount kMaxIterations = 1000000000; variable