Searched refs:ProfileInlineGrowthLimit (Results 1 – 14 of 14) sorted by relevance
24 extern cl::opt<int> ProfileInlineGrowthLimit;129 unsigned SizeLimit = FuncSize * ProfileInlineGrowthLimit; in processFunction()
38 extern cl::opt<int> ProfileInlineGrowthLimit;161 unsigned SizeLimit = FuncSize * ProfileInlineGrowthLimit; in processFunction()
176 cl::opt<int> ProfileInlineGrowthLimit( variable1335 unsigned SizeLimit = F.getInstructionCount() * ProfileInlineGrowthLimit; in inlineHotFunctionsWithPriority()
182 cl::opt<int> ProfileInlineGrowthLimit( variable1376 unsigned SizeLimit = F.getInstructionCount() * ProfileInlineGrowthLimit; in inlineHotFunctionsWithPriority()
195 static cl::opt<int> ProfileInlineGrowthLimit( variable1527 unsigned SizeLimit = F.getInstructionCount() * ProfileInlineGrowthLimit; in inlineHotFunctionsWithPriority()