Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp41 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()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp193 cl::opt<int> ProfileInlineLimitMax( variable
1403 assert(ProfileInlineLimitMax >= ProfileInlineLimitMin && in inlineHotFunctionsWithPriority()
1407 SizeLimit = std::min(SizeLimit, (unsigned)ProfileInlineLimitMax); in inlineHotFunctionsWithPriority()
1492 if (SizeLimit == (unsigned)ProfileInlineLimitMax) in inlineHotFunctionsWithPriority()
1993 if (!ProfileInlineLimitMax.getNumOccurrences()) in doInitialization()
1994 ProfileInlineLimitMax = std::numeric_limits<unsigned>::max(); in doInitialization()