Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSnippetGenerator.h181 SmallVector<choice_type, variable_smallsize> CurrentCombination; in performGeneration() local
182 CurrentCombination.resize(VariablesState.size()); in performGeneration()
186 for (auto I : llvm::zip(VariablesState, CurrentCombination)) in performGeneration()
189 if (/*Abort=*/Callback(CurrentCombination)) in performGeneration()