Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp61 static cl::opt<int> InlineThreshold( variable
2700 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()
2701 Params.DefaultThreshold = InlineThreshold; in getInlineParams()
2733 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()