Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h129 int getCostDelta() const { return Threshold - getCost(); } in getCostDelta() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp144 int getCostDelta() const { return CostAfter - CostBefore; } in getCostDelta() function