Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dlast-call-bonus.ll1 ; The goal of this test is checking if LastCallToStaticBonus is applied
5 ; than bar->baz inlining. As LastCallToStaticBonus has a massive value, and
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h44 M(LastCallToStaticBonus, "last_call_to_static_bonus") \
H A DInlineCost.h50 const int LastCallToStaticBonus = 15000; variable
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp1216 set(InlineCostFeatureIndex::LastCallToStaticBonus, in onAnalysisStart()
1812 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local
1818 LastCallToStaticBonus = 0; in updateThreshold()
1900 Cost -= LastCallToStaticBonus; in updateThreshold()
H A DInlineAdvisor.cpp314 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()