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.cpp316 bool ApplyLastCallBonus = Caller->hasLocalLinkage() && !Caller->hasOneUse(); in shouldBeDeferred() local
327 ApplyLastCallBonus = false; in shouldBeDeferred()
334 ApplyLastCallBonus = false; in shouldBeDeferred()
357 if (ApplyLastCallBonus) in shouldBeDeferred()