Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Analysis/IPA/
HDInlineCost.cpp177 int getThreshold() { return Threshold; } in getThreshold() function in __anonb2cd02930111::CallAnalyzer
1395 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()