reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/llvm-exegesis/lib/BenchmarkRunner.cpp
   35 class FunctionExecutorImpl : public BenchmarkRunner::FunctionExecutor {

References

tools/llvm-exegesis/lib/BenchmarkRunner.cpp
   35 class FunctionExecutorImpl : public BenchmarkRunner::FunctionExecutor {
tools/llvm-exegesis/lib/BenchmarkRunner.h
   77   runMeasurements(const FunctionExecutor &Executor) const = 0;
tools/llvm-exegesis/lib/Latency.cpp
  183     const FunctionExecutor &Executor) const {
tools/llvm-exegesis/lib/Latency.h
   43   runMeasurements(const FunctionExecutor &Executor) const override;
tools/llvm-exegesis/lib/Uops.cpp
  223 UopsBenchmarkRunner::runMeasurements(const FunctionExecutor &Executor) const {
tools/llvm-exegesis/lib/Uops.h
   73   runMeasurements(const FunctionExecutor &Executor) const override;