Home
last modified time | relevance | path

Searched refs:ProfileInlineLimitMax (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp216 cl::opt<int> ProfileInlineLimitMax( variable
1436 assert(ProfileInlineLimitMax >= ProfileInlineLimitMin && in inlineHotFunctionsWithPriority()
1440 SizeLimit = std::min(SizeLimit, (unsigned)ProfileInlineLimitMax); in inlineHotFunctionsWithPriority()
1525 if (SizeLimit == (unsigned)ProfileInlineLimitMax) in inlineHotFunctionsWithPriority()
2046 if (!ProfileInlineLimitMax.getNumOccurrences()) in doInitialization()
2047 ProfileInlineLimitMax = std::numeric_limits<unsigned>::max(); in doInitialization()