Home
last modified time | relevance | path

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

/third_party/benchmark/test/
Dbenchmark_min_time_flag_time_test.cc18 typedef int64_t IterationCount; typedef
32 IterationCount /* iters */) BENCHMARK_OVERRIDE { in ReportRunsConfig() argument
Dcomplexity_test.cc82 ->Complexity([](benchmark::IterationCount) { return 1.0; }); in __anon744602ce0202()
/third_party/benchmark/src/
Dcomplexity.cc49 return [](IterationCount) { return 1.0; }; in FittingCurve() argument
/third_party/benchmark/include/benchmark/
Dbenchmark.h663 typedef int64_t IterationCount; typedef
1841 IterationCount /*iters*/) {} in ReportRunsConfig() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2263 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax() local