Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp100 static cl::opt<int> MaxParametersForSplit( variable
311 if (NumParams > MaxParametersForSplit) { in getOutliningPenalty()
314 << MaxParametersForSplit << ")\n"); in getOutliningPenalty()