Home
last modified time | relevance | path

Searched refs:runConfiguration (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
H A DBenchmarkRunner.cpp135 Expected<InstructionBenchmark> BenchmarkRunner::runConfiguration( in runConfiguration() function in llvm::exegesis::BenchmarkRunner
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp367 InstructionBenchmark Result = ExitOnErr(Runner->runConfiguration( in benchmarkMain()