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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InlineCost.h 47 const int LastCallToStaticBonus = 15000;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp 267 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus;
InlineCost.cpp 1502 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus;
1508 LastCallToStaticBonus = 0;
1590 Cost -= LastCallToStaticBonus;

Completed in 20 milliseconds