Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp158 cl::init(InlineConstants::TotalAllocaSizeRecursiveCaller),
194 namespace InlineConstants { namespace
686 InlineConstants::IndirectCallThreshold; in onLoweredCall()
999 addCost(NumLoops * InlineConstants::LoopPenalty); in finalizeAnalysis()
1016 InlineConstants::FunctionInlineCostMultiplierAttributeName)) in finalizeAnalysis()
1091 Cost += InlineConstants::ColdccPenalty; in onAnalysisStart()
1226 InlineConstants::IndirectCallThreshold; in onLoweredCall()
1300 InlineConstants::LoopPenalty); in finalizeAnalysis()
1484 if (AllocatedSize > InlineConstants::MaxSimplifiedDynamicAllocaToInline) in visitAlloca()
1944 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold()
[all …]
H A DInlineAdvisor.cpp323 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp377 *CB, InlineConstants::FunctionInlineCostMultiplierAttributeName) in run()
435 InlineConstants::FunctionInlineCostMultiplierAttributeName, in run()
H A DPartialInlining.cpp808 int InstrCost = InlineConstants::getInstrCost(); in computeBBInlineCost()
887 2 * InlineConstants::getInstrCost() * Cloner.OutlinedFunctions.size(); in computeOutliningCosts()
H A DFunctionSpecialization.cpp1020 Params.DefaultThreshold += InlineConstants::IndirectCallThreshold; in getInliningBonus()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h35 namespace InlineConstants {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1244 *ArgStackCost.getValue() * InlineConstants::getInstrCost(); in adjustInliningThresholdUsingCallee()
1246 *ArgStackCost.getValue() * InlineConstants::getInstrCost(); in adjustInliningThresholdUsingCallee()