Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInlineCost.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 …]
HDInlineAdvisor.cpp323 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDInliner.cpp377 *CB, InlineConstants::FunctionInlineCostMultiplierAttributeName) in run()
435 InlineConstants::FunctionInlineCostMultiplierAttributeName, in run()
HDPartialInlining.cpp808 int InstrCost = InlineConstants::getInstrCost(); in computeBBInlineCost()
887 2 * InlineConstants::getInstrCost() * Cloner.OutlinedFunctions.size(); in computeOutliningCosts()
HDFunctionSpecialization.cpp1020 Params.DefaultThreshold += InlineConstants::IndirectCallThreshold; in getInliningBonus()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDInlineCost.h35 namespace InlineConstants {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.cpp1244 *ArgStackCost.getValue() * InlineConstants::getInstrCost(); in adjustInliningThresholdUsingCallee()
1246 *ArgStackCost.getValue() * InlineConstants::getInstrCost(); in adjustInliningThresholdUsingCallee()