Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DCombinationGenerator.h74 VariablesState; in performGeneration() local
81 [](MutableArrayRef<WrappingIterator<choice_type>> VariablesState) in performGeneration()
84 llvm::reverse(VariablesState)) { in performGeneration()
95 VariablesState.reserve(VariablesChoices.size()); in performGeneration()
97 VariablesState.emplace_back(VC); in performGeneration()
101 CurrentCombination.resize(VariablesState.size()); in performGeneration()
105 for (auto I : llvm::zip(VariablesState, CurrentCombination)) in performGeneration()
111 if (IncrementState(VariablesState)) in performGeneration()