llvm::CombinationGenerator::numCombinations

Return the product of the sizes of all per-variable choice lists. This is the maximum number of times the generate callback may be called.

Synopsis

Declared in <llvm/ADT/CombinationGenerator.h>

size_t
numCombinations() const;

Return Value

The product of the sizes of all per-variable choice lists.