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