Searched refs:getCallsiteCost (Results 1 – 3 of 3) sorted by relevance
262 int getCallsiteCost(const CallBase &Call, const DataLayout &DL);
817 int NonWeightedSavings = getCallsiteCost(CB, DL); in shouldPartialInline()892 InlineCost += getCallsiteCost(*CI, DL); in computeBBInlineCost()897 InlineCost += getCallsiteCost(*II, DL); in computeBBInlineCost()
879 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