Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h44 M(LastCallToStaticBonus, "last_call_to_static_bonus") \
H A DInlineCost.h50 const int LastCallToStaticBonus = 15000; variable
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp1250 set(InlineCostFeatureIndex::LastCallToStaticBonus, in onAnalysisStart()
1859 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local
1865 LastCallToStaticBonus = 0; in updateThreshold()
1945 Cost -= LastCallToStaticBonus; in updateThreshold()
1946 StaticBonusApplied = LastCallToStaticBonus; in updateThreshold()
H A DInlineAdvisor.cpp323 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()