Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSnippetRepetitor.cpp29 unsigned LoopBodySize) const override { in Repeat()
58 unsigned LoopBodySize) const override { in Repeat()
60 LoopBodySize](FunctionFiller &Filler) { in Repeat()
67 LoopBodySize <= Instructions.size() in Repeat()
69 : divideCeil(LoopBodySize, Instructions.size()); in Repeat()
H A DSnippetRepetitor.h43 unsigned LoopBodySize) const = 0;
H A DBenchmarkRunner.cpp136 const BenchmarkCode &BC, unsigned NumRepetitions, unsigned LoopBodySize, in runConfiguration() argument
193 Instructions, InstrBenchmark.NumRepetitions, LoopBodySize); in runConfiguration()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp120 LoopBodySize("loop-body-size", variable
375 Conf, NumRepetitions, LoopBodySize, Repetitors, DumpObjectToDisk)); in benchmarkMain()