Searched refs:getThreshold (Results 1 – 3 of 3) sorted by relevance
116 int getThreshold() const { in getThreshold() function
298 int getThreshold() { return Threshold; } in getThreshold() function in __anon45440fe00111::CallAnalyzer1302 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); in visitCallSite()2068 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()2070 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()2073 return llvm::InlineCost::get(CA.getCost(), CA.getThreshold()); in getInlineCost()
403 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()