Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp56 static cl::opt<unsigned> MaxConstantsThreshold( variable
417 if (PossibleConstants.size() > MaxConstantsThreshold) { in isArgumentInteresting()