Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dcomplexity.cc49 return [](IterationCount) { return 1.0; }; in FittingCurve() argument
/third_party/benchmark/test/
Dcomplexity_test.cc82 ->Complexity([](benchmark::IterationCount) { return 1.0; }); in __anon6d5cfdec0202()
/third_party/benchmark/include/benchmark/
Dbenchmark.h519 typedef uint64_t IterationCount; typedef
/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