Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp49 static cl::opt<int> InlineThreshold( variable
2132 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()
2133 Params.DefaultThreshold = InlineThreshold; in getInlineParams()
2164 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()
2175 return getInlineParams(InlineThreshold); in getInlineParams()
2188 return InlineThreshold; in computeThresholdFromOptLevels()