HomeSort by: relevance | last modified time | path
    Searched refs:getThreshold (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InlineCost.h 114 int getThreshold() const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp 293 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")";
InlineCost.cpp 567 Cost -= std::max(0, CA.getThreshold() - CA.getCost());
936 int getThreshold() { return Threshold; }
2623 if (!ShouldInline.isSuccess() && CA.getCost() < CA.getThreshold())
2625 if (ShouldInline.isSuccess() && CA.getCost() >= CA.getThreshold())
2628 return llvm::InlineCost::get(CA.getCost(), CA.getThreshold());

Completed in 18 milliseconds