Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DCombinationGenerator.h69 const ArrayRef<choices_storage_type> VariablesChoices; variable
95 VariablesState.reserve(VariablesChoices.size()); in performGeneration()
96 for (ArrayRef<choice_type> VC : VariablesChoices) in performGeneration()
118 : VariablesChoices(VariablesChoices_) { in CombinationGenerator()
120 assert(!VariablesChoices.empty() && "There should be some variables."); in CombinationGenerator()
121 llvm::for_each(VariablesChoices, [](ArrayRef<choice_type> VariableChoices) { in CombinationGenerator()
132 for (ArrayRef<choice_type> VariableChoices : VariablesChoices) in numCombinations()