Searched refs:ProfileInlineGrowthLimit (Results 1 – 2 of 2) sorted by relevance
39 extern cl::opt<int> ProfileInlineGrowthLimit;193 unsigned SizeLimit = FuncSize * ProfileInlineGrowthLimit; in processFunction()
183 cl::opt<int> ProfileInlineGrowthLimit( variable1406 unsigned SizeLimit = F.getInstructionCount() * ProfileInlineGrowthLimit; in inlineHotFunctionsWithPriority()