Searched refs:InlineThreshold (Results 1 – 1 of 1) sorted by relevance
77 static cl::opt<int> InlineThreshold( variable3377 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()3378 Params.DefaultThreshold = InlineThreshold; in getInlineParams()3410 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()