Searched defs:IterationCount (Results 1 – 4 of 4) sorted by relevance
49 return [](IterationCount) { return 1.0; }; in FittingCurve() argument
82 ->Complexity([](benchmark::IterationCount) { return 1.0; }); in __anon6d5cfdec0202()
519 typedef uint64_t IterationCount; typedef
2263 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax() local