Searched refs:InlineThreshold (Results 1 – 1 of 1) sorted by relevance
74 static cl::opt<int> InlineThreshold( variable3168 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()3169 Params.DefaultThreshold = InlineThreshold; in getInlineParams()3201 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()