Searched refs:LoopBodySize (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetRepetitor.cpp | 29 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 D | SnippetRepetitor.h | 43 unsigned LoopBodySize) const = 0;
|
| H A D | BenchmarkRunner.cpp | 136 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 D | llvm-exegesis.cpp | 120 LoopBodySize("loop-body-size", variable 375 Conf, NumRepetitions, LoopBodySize, Repetitors, DumpObjectToDisk)); in benchmarkMain()
|