Searched refs:ProfileInlineLimitMin (Results 1 – 2 of 2) sorted by relevance
40 extern cl::opt<int> ProfileInlineLimitMin;195 SizeLimit = std::max(SizeLimit, (unsigned)ProfileInlineLimitMin); in processFunction()231 else if (SizeLimit == (unsigned)ProfileInlineLimitMin) in processFunction()
188 cl::opt<int> ProfileInlineLimitMin( variable1403 assert(ProfileInlineLimitMax >= ProfileInlineLimitMin && in inlineHotFunctionsWithPriority()1408 SizeLimit = std::max(SizeLimit, (unsigned)ProfileInlineLimitMin); in inlineHotFunctionsWithPriority()1494 else if (SizeLimit == (unsigned)ProfileInlineLimitMin) in inlineHotFunctionsWithPriority()1991 if (!ProfileInlineLimitMin.getNumOccurrences()) in doInitialization()1992 ProfileInlineLimitMin = std::numeric_limits<unsigned>::max(); in doInitialization()