Searched refs:InlineThreshold (Results 1 – 1 of 1) sorted by relevance
49 static cl::opt<int> InlineThreshold( variable2132 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()2133 Params.DefaultThreshold = InlineThreshold; in getInlineParams()2164 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()2175 return getInlineParams(InlineThreshold); in getInlineParams()2188 return InlineThreshold; in computeThresholdFromOptLevels()