Home
last modified time | relevance | path

Searched refs:getInstrCost (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h49 LLVM_ABI int getInstrCost();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp803 int InstrCost = InlineConstants::getInstrCost(); in computeBBInlineCost()
882 2 * InlineConstants::getInstrCost() * Cloner.OutlinedFunctions.size(); in computeOutliningCosts()
/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()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp202 int getInstrCost() { return InstrCost; } in getInstrCost() function