Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInlineCost.h47 const int LastCallToStaticBonus = 15000; variable
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp890 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local
896 LastCallToStaticBonus = 0; in updateThreshold()
976 Cost -= LastCallToStaticBonus; in updateThreshold()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp381 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()