Searched refs:ProfileInlineLimitMax (Results 1 – 2 of 2) sorted by relevance
31 extern cl::opt<int> ProfileInlineLimitMax;
211 cl::opt<int> ProfileInlineLimitMax( variable1483 assert(ProfileInlineLimitMax >= ProfileInlineLimitMin && in inlineHotFunctionsWithPriority()1487 SizeLimit = std::min(SizeLimit, (unsigned)ProfileInlineLimitMax); in inlineHotFunctionsWithPriority()1572 if (SizeLimit == (unsigned)ProfileInlineLimitMax) in inlineHotFunctionsWithPriority()2094 if (!ProfileInlineLimitMax.getNumOccurrences()) in doInitialization()2095 ProfileInlineLimitMax = std::numeric_limits<unsigned>::max(); in doInitialization()