Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp102 static cl::opt<exegesis::InstructionBenchmark::RepetitionModeE> RepetitionMode( variable
315 if (RepetitionMode != InstructionBenchmark::RepetitionModeE::AggregateMin) in benchmarkMain()
316 Repetitors.emplace_back(SnippetRepetitor::Create(RepetitionMode, State)); in benchmarkMain()