Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineAdvisor.cpp281 bool ApplyLastCallBonus = Caller->hasLocalLinkage() && !Caller->hasOneUse(); in shouldBeDeferred() local
292 ApplyLastCallBonus = false; in shouldBeDeferred()
299 ApplyLastCallBonus = false; in shouldBeDeferred()
322 if (ApplyLastCallBonus) in shouldBeDeferred()