Searched refs:ProfileInlineLimitMax (Results 1 – 2 of 2) sorted by relevance
31 extern cl::opt<int> ProfileInlineLimitMax;135 SizeLimit = std::min(SizeLimit, (unsigned)ProfileInlineLimitMax); in processFunction()
185 cl::opt<int> ProfileInlineLimitMax( variable1331 assert(ProfileInlineLimitMax >= ProfileInlineLimitMin && in inlineHotFunctionsWithPriority()1335 SizeLimit = std::min(SizeLimit, (unsigned)ProfileInlineLimitMax); in inlineHotFunctionsWithPriority()1410 if (SizeLimit == (unsigned)ProfileInlineLimitMax) in inlineHotFunctionsWithPriority()