Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp228 bool ApplyLastCallBonus = Caller->hasLocalLinkage() && !Caller->hasOneUse(); in shouldBeDeferred() local
239 ApplyLastCallBonus = false; in shouldBeDeferred()
246 ApplyLastCallBonus = false; in shouldBeDeferred()
269 if (ApplyLastCallBonus) in shouldBeDeferred()