Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3584 bool KnowInitZero = false; in visitAllocSite() local
3591 KnowInitZero = true; in visitAllocSite()
3601 isAllocSiteRemovable(&MI, Users, TLI, KnowInitZero | KnowInitUndef); in visitAllocSite()
3624 if (KnowInitZero && isRefSet(*Removable)) { in visitAllocSite()
3658 assert(KnowInitZero || KnowInitUndef); in visitAllocSite()