Home
last modified time | relevance | path

Searched refs:InstrCost (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp195 int getInstrCost() { return InstrCost; } in getInstrCost()
671 addCost(3 * InstrCost); in onLoadRelativeIntrinsic()
709 static_cast<int64_t>(JumpTableSize) * InstrCost + 4 * InstrCost; in onFinalizeSwitch()
741 CostIt->second += InstrCost; in onAggregateSROAUse()
742 SROACostSavings += InstrCost; in onAggregateSROAUse()
894 CurrentSavings += InstrCost; in costBenefitAnalysis()
898 CurrentSavings += InstrCost; in costBenefitAnalysis()
1046 LoadEliminationCost += InstrCost; in onLoadEliminationOpportunity()
1260 InstrCost); in onMissedSimplification()
2917 Cost += InstrCost; in getCallsiteCost()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp808 int InstrCost = InlineConstants::getInstrCost(); in computeBBInlineCost() local
855 InlineCost += (SI->getNumCases() + 1) * InstrCost; in computeBBInlineCost()
858 InlineCost += InstrCost; in computeBBInlineCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7002 auto InstrCost = TTI.getArithmeticInstrCost( in getInstructionCost() local
7020 return std::min(InstrCost, VecCallCost); in getInstructionCost()