Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DInlineCost.h262 int getCallsiteCost(const CallBase &Call, const DataLayout &DL);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DPartialInlining.cpp817 int NonWeightedSavings = getCallsiteCost(CB, DL); in shouldPartialInline()
892 InlineCost += getCallsiteCost(*CI, DL); in computeBBInlineCost()
897 InlineCost += getCallsiteCost(*II, DL); in computeBBInlineCost()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp879 CycleSavings += getCallsiteCost(this->CandidateCall, DL); in costBenefitAnalysis()
1011 addCost(-getCallsiteCost(this->CandidateCall, DL)); in onAnalysisStart()
1245 -1 * getCallsiteCost(this->CandidateCall, DL)); in onAnalysisStart()
2804 int llvm::getCallsiteCost(const CallBase &Call, const DataLayout &DL) { in getCallsiteCost() function in llvm