Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp39 extern cl::opt<int> ProfileInlineGrowthLimit;
193 unsigned SizeLimit = FuncSize * ProfileInlineGrowthLimit; in processFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp183 cl::opt<int> ProfileInlineGrowthLimit( variable
1406 unsigned SizeLimit = F.getInstructionCount() * ProfileInlineGrowthLimit; in inlineHotFunctionsWithPriority()