Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2106 int LastCallToStaticBonus = TTI.getInliningLastCallToStaticBonus(); in updateThreshold() local
2112 LastCallToStaticBonus = 0; in updateThreshold()
2192 Cost -= LastCallToStaticBonus; in updateThreshold()
2193 StaticBonusApplied = LastCallToStaticBonus; in updateThreshold()