reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
421 MaxValue = std::max(MaxValue, BM.PerInstructionValue); 421 MaxValue = std::max(MaxValue, BM.PerInstructionValue);tools/llvm-exegesis/lib/BenchmarkResult.h
105 double max() const { return MaxValue; }