Searched refs:getThreshold (Results 1 – 1 of 1) sorted by relevance
177 int getThreshold() { return Threshold; } in getThreshold() function in __anonb2cd02930111::CallAnalyzer1395 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()1397 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()1400 return llvm::InlineCost::get(CA.getCost(), CA.getThreshold()); in getInlineCost()