Home
last modified time | relevance | path

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

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