Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp72 SplittingThreshold("hotcoldsplit-threshold", cl::init(2), cl::Hidden, variable
246 int Penalty = SplittingThreshold; in getOutliningPenalty()
251 if (SplittingThreshold <= 0) in getOutliningPenalty()