Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/test/
H A Dbenchmark_min_time_flag_time_test.cc18 typedef int64_t IterationCount; typedef
32 IterationCount /* iters */) BENCHMARK_OVERRIDE { in ReportRunsConfig() argument
H A Dcomplexity_test.cc95 ->Complexity([](benchmark::IterationCount) { return 1.0; }); in __anon6994ed730202()
/llvm-project/third-party/benchmark/src/
H A Dcomplexity.cc51 return [](IterationCount) { return 1.0; }; in FittingCurve() argument
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h680 typedef int64_t IterationCount; typedef
1890 IterationCount /*iters*/) {} in ReportRunsConfig() argument
/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp103 size_t IterationCount = 0; writeWithSizeLimitInternal() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2503 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); OptimizeMax() local