Home
last modified time | relevance | path

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

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