Searched refs:RepetitionModeE (Results 1 – 4 of 4) sorted by relevance
102 static cl::opt<exegesis::InstructionBenchmark::RepetitionModeE> RepetitionMode(315 if (RepetitionMode != InstructionBenchmark::RepetitionModeE::AggregateMin) in benchmarkMain()318 for (InstructionBenchmark::RepetitionModeE RepMode : in benchmarkMain()319 {InstructionBenchmark::RepetitionModeE::Duplicate, in benchmarkMain()320 InstructionBenchmark::RepetitionModeE::Loop}) in benchmarkMain()
32 Create(InstructionBenchmark::RepetitionModeE Mode, const LLVMState &State);
71 enum RepetitionModeE { Duplicate, Loop, AggregateMin }; enum
106 SnippetRepetitor::Create(InstructionBenchmark::RepetitionModeE Mode, in Create()