Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h31 extern cl::opt<int> ProfileInlineLimitMax;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp211 cl::opt<int> ProfileInlineLimitMax( variable
1483 assert(ProfileInlineLimitMax >= ProfileInlineLimitMin && in inlineHotFunctionsWithPriority()
1487 SizeLimit = std::min(SizeLimit, (unsigned)ProfileInlineLimitMax); in inlineHotFunctionsWithPriority()
1572 if (SizeLimit == (unsigned)ProfileInlineLimitMax) in inlineHotFunctionsWithPriority()
2094 if (!ProfileInlineLimitMax.getNumOccurrences()) in doInitialization()
2095 ProfileInlineLimitMax = std::numeric_limits<unsigned>::max(); in doInitialization()