Searched refs:ProfileInlineLimitMax (Results 1 – 2 of 2) sorted by relevance
41 extern cl::opt<int> ProfileInlineLimitMax;71 if (!ProfileInlineLimitMax.getNumOccurrences()) in CSPreInliner()72 ProfileInlineLimitMax = 3000; in CSPreInliner()194 SizeLimit = std::min(SizeLimit, (unsigned)ProfileInlineLimitMax); in processFunction()229 if (SizeLimit == (unsigned)ProfileInlineLimitMax) in processFunction()
204 cl::opt<int> ProfileInlineLimitMax( variable1439 assert(ProfileInlineLimitMax >= ProfileInlineLimitMin && in inlineHotFunctionsWithPriority()1443 SizeLimit = std::min(SizeLimit, (unsigned)ProfileInlineLimitMax); in inlineHotFunctionsWithPriority()1528 if (SizeLimit == (unsigned)ProfileInlineLimitMax) in inlineHotFunctionsWithPriority()2026 if (!ProfileInlineLimitMax.getNumOccurrences()) in doInitialization()2027 ProfileInlineLimitMax = std::numeric_limits<unsigned>::max(); in doInitialization()