Searched refs:VariablesChoices (Results 1 – 1 of 1) sorted by relevance
69 const ArrayRef<choices_storage_type> VariablesChoices; variable95 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()