Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineAdvisor.cpp272 bool ApplyLastCallBonus = Caller->hasLocalLinkage() && !Caller->hasOneUse(); in shouldBeDeferred() local
283 ApplyLastCallBonus = false; in shouldBeDeferred()
290 ApplyLastCallBonus = false; in shouldBeDeferred()
313 if (ApplyLastCallBonus) in shouldBeDeferred()