Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp29 extern cl::opt<int> ProfileInlineGrowthLimit;
134 unsigned SizeLimit = FuncSize * ProfileInlineGrowthLimit; in processFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp175 cl::opt<int> ProfileInlineGrowthLimit( variable
1334 unsigned SizeLimit = F.getInstructionCount() * ProfileInlineGrowthLimit; in inlineHotFunctionsWithPriority()