Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp74 static cl::opt<int> InlineThreshold( variable
3074 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()
3075 Params.DefaultThreshold = InlineThreshold; in getInlineParams()
3107 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()