Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h151 int getThreshold() const { in getThreshold() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp349 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()
H A DInlineCost.cpp694 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); in onLoweredCall()
1138 int getThreshold() const { return Threshold; } in getThreshold() function in __anon463f3bdb0111::InlineCostCallAnalyzer
3090 return InlineCost::get(CA.getCost(), CA.getThreshold(), in getInlineCost()