Home
last modified time | relevance | path

Searched refs:MinInstructions (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSnippetRepetitor.cpp28 FillFunction Repeat(ArrayRef<MCInst> Instructions, unsigned MinInstructions, in Repeat() argument
30 return [Instructions, MinInstructions](FunctionFiller &Filler) { in Repeat()
35 for (unsigned I = Instructions.size(); I < MinInstructions; ++I) { in Repeat()
57 FillFunction Repeat(ArrayRef<MCInst> Instructions, unsigned MinInstructions, in Repeat() argument
59 return [this, Instructions, MinInstructions, in Repeat()
75 divideCeil(MinInstructions, LoopUnrollFactor * Instructions.size())); in Repeat()
H A DSnippetRepetitor.h42 unsigned MinInstructions,