Searched refs:ProfileInlineLimitMax (Results 1 – 1 of 1) sorted by relevance
186 cl::opt<int> ProfileInlineLimitMax( variable1332 assert(ProfileInlineLimitMax >= ProfileInlineLimitMin && in inlineHotFunctionsWithPriority()1336 SizeLimit = std::min(SizeLimit, (unsigned)ProfileInlineLimitMax); in inlineHotFunctionsWithPriority()1414 if (SizeLimit == (unsigned)ProfileInlineLimitMax) in inlineHotFunctionsWithPriority()