Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp71 static cl::opt<int> InlineThreshold( variable
3016 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()
3017 Params.DefaultThreshold = InlineThreshold; in getInlineParams()
3049 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()