Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h71 enum RepetitionModeE { Duplicate, Loop, AggregateMin }; enumerator
H A DSnippetRepetitor.cpp126 case InstructionBenchmark::AggregateMin: in Create()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp110 clEnumValN(exegesis::InstructionBenchmark::AggregateMin, "min",
322 if (RepetitionMode != InstructionBenchmark::RepetitionModeE::AggregateMin) in benchmarkMain()