Home
last modified time | relevance | path

Searched refs:getCostDelta (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DInliner.cpp246 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()
300 if (IC2.getCostDelta() <= CandidateCost) { in shouldInline()
321 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()
/external/llvm/include/llvm/Analysis/
DInlineCost.h99 int getCostDelta() const { return Threshold - getCost(); } in getCostDelta() function