Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h71 enum RepetitionModeE { Duplicate, Loop, AggregateMin }; enumerator
DSnippetRepetitor.cpp113 case InstructionBenchmark::AggregateMin: in Create()
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp109 clEnumValN(exegesis::InstructionBenchmark::AggregateMin, "min",
313 if (RepetitionMode != InstructionBenchmark::RepetitionModeE::AggregateMin) in benchmarkMain()