Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h175 int getCostDelta() const { return Threshold - getCost(); } getCostDelta() function
/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp214 int getCostDelta() const { return CostAfter - CostBefore; } in getCostDelta() function