Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineCost.h150 int getThreshold() const { in getThreshold() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineAdvisor.cpp349 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()
H A DInlineCost.cpp683 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); in onLoweredCall()
1063 int getThreshold() const { return Threshold; } in getThreshold() function in __anon0e0437920111::InlineCostCallAnalyzer
2996 return InlineCost::get(CA.getCost(), CA.getThreshold(), in getInlineCost()