Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h130 int getCostDelta() const { return Threshold - getCost(); } in getCostDelta() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp809 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")"; in shouldPartialInline()
841 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")"; in shouldPartialInline()
DInliner.cpp370 if (IC2.getCostDelta() <= CandidateCost) { in shouldBeDeferred()