Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp340 bool ApplyLastCallBonus = Caller->hasLocalLinkage() && !Caller->hasOneUse(); in shouldBeDeferred() local
347 if (!ApplyLastCallBonus && TotalSecondaryCost >= IC.getCost()) in shouldBeDeferred()
355 ApplyLastCallBonus = false; in shouldBeDeferred()
362 ApplyLastCallBonus = false; in shouldBeDeferred()
380 if (ApplyLastCallBonus) in shouldBeDeferred()