Searched refs:VariablesChoices (Results 1 – 1 of 1) sorted by relevance
150 const ArrayRef<choices_storage_type> VariablesChoices; variable176 VariablesState.reserve(VariablesChoices.size()); in performGeneration()177 for (ArrayRef<choice_type> VC : VariablesChoices) in performGeneration()199 : VariablesChoices(VariablesChoices_) { in CombinationGenerator()201 assert(!VariablesChoices.empty() && "There should be some variables."); in CombinationGenerator()202 llvm::for_each(VariablesChoices, [](ArrayRef<choice_type> VariableChoices) { in CombinationGenerator()213 for (ArrayRef<choice_type> VariableChoices : VariablesChoices) in numCombinations()