Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp225 bool ApplyLastCallBonus = Caller->hasLocalLinkage() && !Caller->hasOneUse(); in shouldBeDeferred() local
236 ApplyLastCallBonus = false; in shouldBeDeferred()
243 ApplyLastCallBonus = false; in shouldBeDeferred()
266 if (ApplyLastCallBonus) in shouldBeDeferred()