Searched refs:getCallsiteCost (Results 1 – 3 of 3) sorted by relevance
179 int getCallsiteCost(CallSite CS, const DataLayout &DL);
801 int NonWeightedSavings = getCallsiteCost(CS, DL); in shouldPartialInline()863 InlineCost += getCallsiteCost(CallSite(CI), DL); in computeBBInlineCost()868 InlineCost += getCallsiteCost(CallSite(II), DL); in computeBBInlineCost()
1725 Cost -= getCallsiteCost(CS, DL); in analyzeCall()1914 int llvm::getCallsiteCost(CallSite CS, const DataLayout &DL) { in getCallsiteCost() function in llvm