Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp320 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()
325 Twine(IC.getCostDelta() + IC.getCost()) + ")"); in shouldInline()
376 if (IC2.getCostDelta() <= CandidateCost) { in shouldInline()
402 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()
407 " (threshold=" + Twine(IC.getCostDelta() + IC.getCost()) + ")"); in shouldInline()
/external/llvm/include/llvm/Analysis/
DInlineCost.h98 int getCostDelta() const { return Threshold - getCost(); } in getCostDelta() function