Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h50 const int LastCallToStaticBonus = 15000; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1944 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local
1950 LastCallToStaticBonus = 0; in updateThreshold()
2030 Cost -= LastCallToStaticBonus; in updateThreshold()
2031 StaticBonusApplied = LastCallToStaticBonus; in updateThreshold()
H A DInlineAdvisor.cpp323 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()