Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h179 int getCallsiteCost(CallSite CS, const DataLayout &DL);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp801 int NonWeightedSavings = getCallsiteCost(CS, DL); in shouldPartialInline()
863 InlineCost += getCallsiteCost(CallSite(CI), DL); in computeBBInlineCost()
868 InlineCost += getCallsiteCost(CallSite(II), DL); in computeBBInlineCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp1725 Cost -= getCallsiteCost(CS, DL); in analyzeCall()
1914 int llvm::getCallsiteCost(CallSite CS, const DataLayout &DL) { in getCallsiteCost() function in llvm