Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h114 int getThreshold() const { in getThreshold() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp567 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); in onLoweredCall()
936 int getThreshold() { return Threshold; } in getThreshold() function in __anon797094460111::InlineCostCallAnalyzer
2623 if (!ShouldInline.isSuccess() && CA.getCost() < CA.getThreshold()) in getInlineCost()
2625 if (ShouldInline.isSuccess() && CA.getCost() >= CA.getThreshold()) in getInlineCost()
2628 return llvm::InlineCost::get(CA.getCost(), CA.getThreshold()); in getInlineCost()
H A DInlineAdvisor.cpp293 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()