Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp280 bool ApplyLastCallBonus = Caller->hasLocalLinkage() && !Caller->hasOneUse(); in shouldBeDeferred() local
291 ApplyLastCallBonus = false; in shouldBeDeferred()
298 ApplyLastCallBonus = false; in shouldBeDeferred()
321 if (ApplyLastCallBonus) in shouldBeDeferred()