Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h42 M(LastCallToStaticBonus, "last_call_to_static_bonus") \
H A DInlineCost.h48 const int LastCallToStaticBonus = 15000; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1720 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local
1726 LastCallToStaticBonus = 0; in updateThreshold()
1808 Cost -= LastCallToStaticBonus; in updateThreshold()
H A DInlineAdvisor.cpp270 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()