Searched defs:IterationCount (Results 1 – 5 of 5) sorted by relevance
18 typedef int64_t IterationCount; typedef32 IterationCount /* iters */) BENCHMARK_OVERRIDE { in ReportRunsConfig() argument
82 ->Complexity([](benchmark::IterationCount) { return 1.0; }); in __anon744602ce0202()
49 return [](IterationCount) { return 1.0; }; in FittingCurve() argument
663 typedef int64_t IterationCount; typedef1841 IterationCount /*iters*/) {} in ReportRunsConfig() argument
2263 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax() local