Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h47 const int LastCallToStaticBonus = 15000; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp1502 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local
1508 LastCallToStaticBonus = 0; in updateThreshold()
1590 Cost -= LastCallToStaticBonus; in updateThreshold()
H A DInlineAdvisor.cpp267 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()