Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp321 SmallVector<std::unique_ptr<const SnippetRepetitor>, 2> Repetitors; in benchmarkMain() local
323 Repetitors.emplace_back(SnippetRepetitor::Create(RepetitionMode, State)); in benchmarkMain()
328 Repetitors.emplace_back(SnippetRepetitor::Create(RepMode, State)); in benchmarkMain()
332 llvm::for_each(Repetitors, in benchmarkMain()
375 Conf, NumRepetitions, LoopBodySize, Repetitors, DumpObjectToDisk)); in benchmarkMain()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp137 ArrayRef<std::unique_ptr<const SnippetRepetitor>> Repetitors, in runConfiguration() argument
167 for (const std::unique_ptr<const SnippetRepetitor> &Repetitor : Repetitors) { in runConfiguration()
238 assert(Repetitors.size() > 1 && !InstrBenchmark.Measurements.empty() && in runConfiguration()
H A DBenchmarkRunner.h45 ArrayRef<std::unique_ptr<const SnippetRepetitor>> Repetitors,