Home
last modified time | relevance | path

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

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