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.h152 int getThreshold() const { in getThreshold() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp384 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()
H A DInlineCost.cpp750 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); in onLoweredCall()
1242 int getThreshold() const { return Threshold; } in getThreshold() function in __anon463f3bdb0111::InlineCostCallAnalyzer
3299 return InlineCost::get(CA.getCost(), CA.getThreshold(), in getInlineCost()