Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp40 extern cl::opt<int> ProfileInlineLimitMin;
195 SizeLimit = std::max(SizeLimit, (unsigned)ProfileInlineLimitMin); in processFunction()
231 else if (SizeLimit == (unsigned)ProfileInlineLimitMin) in processFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp188 cl::opt<int> ProfileInlineLimitMin( variable
1403 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()