Searched refs:getThreshold (Results 1 – 3 of 3) sorted by relevance
114 int getThreshold() const { in getThreshold() function
567 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); in onLoweredCall()936 int getThreshold() { return Threshold; } in getThreshold() function in __anon797094460111::InlineCostCallAnalyzer2623 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()
293 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()