Searched refs:InlineThreshold (Results 1 – 3 of 3) sorted by relevance
52 unsigned getInlineThreshold() const { return InlineThreshold; } in getInlineThreshold()88 unsigned InlineThreshold;
51 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit) {} in Inliner()54 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ? in Inliner()198 int thres = InlineThreshold; in getInlineThreshold()
47 static cl::opt<int> InlineThreshold( variable2086 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()2087 Params.DefaultThreshold = InlineThreshold; in getInlineParams()2118 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()2129 return getInlineParams(InlineThreshold); in getInlineParams()2142 return InlineThreshold; in computeThresholdFromOptLevels()