Home
last modified time | relevance | path

Searched defs:IterationCount (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcomplexity.cc49 return [](IterationCount) { return 1.0; }; in FittingCurve() argument
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dcomplexity_test.cc82 ->Complexity([](benchmark::IterationCount) { return 1.0; }); in __anon456a40700202()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h519 typedef uint64_t IterationCount; typedef
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2301 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax() local