Searched refs:InlineThreshold (Results 1 – 1 of 1) sorted by relevance
71 static cl::opt<int> InlineThreshold( variable3016 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()3017 Params.DefaultThreshold = InlineThreshold; in getInlineParams()3049 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()