Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp204 cl::opt<int> ProfileInlineLimitMax( variable
1439 assert(ProfileInlineLimitMax >= ProfileInlineLimitMin && in inlineHotFunctionsWithPriority()
1443 SizeLimit = std::min(SizeLimit, (unsigned)ProfileInlineLimitMax); in inlineHotFunctionsWithPriority()
1528 if (SizeLimit == (unsigned)ProfileInlineLimitMax) in inlineHotFunctionsWithPriority()
2026 if (!ProfileInlineLimitMax.getNumOccurrences()) in doInitialization()
2027 ProfileInlineLimitMax = std::numeric_limits<unsigned>::max(); in doInitialization()