Home
last modified time | relevance | path

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

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