Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dcomplexity.cc48 return [](IterationCount) { return 1.0; }; in FittingCurve() argument
/external/google-benchmark/test/
Dcomplexity_test.cc71 ->Complexity([](benchmark::IterationCount) { return 1.0; }); in __anon0016352a0202()
/external/google-benchmark/include/benchmark/
Dbenchmark.h418 typedef uint64_t IterationCount; typedef
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1972 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2263 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax() local