Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp281 bool ApplyLastCallBonus = Caller->hasLocalLinkage() && !Caller->hasOneUse(); in shouldBeDeferred() local
292 ApplyLastCallBonus = false; in shouldBeDeferred()
299 ApplyLastCallBonus = false; in shouldBeDeferred()
322 if (ApplyLastCallBonus) in shouldBeDeferred()