Home
last modified time | relevance | path

Searched refs:InlineConstants (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp165 cl::init(InlineConstants::TotalAllocaSizeRecursiveCaller),
201 namespace InlineConstants { namespace
741 InlineConstants::IndirectCallThreshold; in onLoweredCall()
1098 addCost(NumLoops * InlineConstants::LoopPenalty); in finalizeAnalysis()
1115 InlineConstants::FunctionInlineCostMultiplierAttributeName)) in finalizeAnalysis()
1190 Cost += InlineConstants::ColdccPenalty; in onAnalysisStart()
1330 InlineConstants::IndirectCallThreshold; in onLoweredCall()
1404 InlineConstants::LoopPenalty); in finalizeAnalysis()
1595 if (AllocatedSize > InlineConstants::MaxSimplifiedDynamicAllocaToInline) in visitAlloca()
3043 Caller, InlineConstants::MaxInlineStackSizeAttributeName)) in analyze()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp375 *CB, InlineConstants::FunctionInlineCostMultiplierAttributeName) in run()
437 InlineConstants::FunctionInlineCostMultiplierAttributeName, in run()
H A DPartialInlining.cpp803 int InstrCost = InlineConstants::getInstrCost(); in computeBBInlineCost()
882 2 * InlineConstants::getInstrCost() * Cloner.OutlinedFunctions.size(); in computeOutliningCosts()
H A DFunctionSpecialization.cpp1097 Params.DefaultThreshold += InlineConstants::IndirectCallThreshold; in getInliningBonus()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h37 namespace InlineConstants {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1353 ArgStackCost.getValue() * InlineConstants::getInstrCost(); in adjustInliningThresholdUsingCallee()
1355 ArgStackCost.getValue() * InlineConstants::getInstrCost(); in adjustInliningThresholdUsingCallee()