Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineCost.h141 int getThreshold() const { in getThreshold() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineAdvisor.cpp340 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()
H A DInlineCost.cpp648 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); in onLoweredCall()
1034 int getThreshold() const { return Threshold; } in getThreshold() function in __anon9893a50b0111::InlineCostCallAnalyzer
2939 return InlineCost::get(CA.getCost(), CA.getThreshold()); in getInlineCost()