Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp71 SplittingThreshold("hotcoldsplit-threshold", cl::init(2), cl::Hidden, variable
287 int Penalty = SplittingThreshold; in getOutliningPenalty()
292 if (SplittingThreshold <= 0) in getOutliningPenalty()