Home
last modified time | relevance | path

Searched refs:NumIterations (Results 1 – 6 of 6) sorted by relevance

/third_party/benchmark/test/
Doutput_test.h102 double NumIterations() const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
116 double DurationCPUTime() const { return NumIterations() * GetTime(kCpuTime); } in DurationCPUTime()
Duser_counters_test.cc53 double its = e.NumIterations(); in CheckSimple()
405 double its = e.NumIterations(); in CheckIterationInvariant()
453 double its = e.NumIterations(); in CheckIsIterationInvariantRate()
497 double its = e.NumIterations(); in CheckAvgIterations()
542 double its = e.NumIterations(); in CheckAvgIterationsRate()
Doutput_test_helper.cc321 double Results::NumIterations() const { return GetAs<double>("iterations"); } in NumIterations() function in Results
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp355 unsigned NumIterations = 0; in allocateCandidatesAndFindBasis() local
359 Basis != Candidates.rend() && NumIterations < MaxNumIterations; in allocateCandidatesAndFindBasis()
360 ++Basis, ++NumIterations) { in allocateCandidatesAndFindBasis()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp438 unsigned NumIterations; member in __anonfdfadaf10111::StackColoring
811 NumIterations = NumIters; in calculateLocalLiveness()
1214 LLVM_DEBUG(dbgs() << "Dataflow iterations: " << NumIterations << "\n"); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7970 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue() local
7974 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()