HomeSort by: relevance | last modified time | path
    Searched defs:LastCallToStaticBonus (Results 1 - 2 of 2) 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/
InlineCost.cpp 1502 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus;
1508 LastCallToStaticBonus = 0;
1590 Cost -= LastCallToStaticBonus;

Completed in 19 milliseconds