Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3583 bool KnowInitUndef = false; in visitAllocSite() local
3589 KnowInitUndef = true; in visitAllocSite()
3598 KnowInitUndef = false; in visitAllocSite()
3601 isAllocSiteRemovable(&MI, Users, TLI, KnowInitZero | KnowInitUndef); in visitAllocSite()
3658 assert(KnowInitZero || KnowInitUndef); in visitAllocSite()
3659 Replace = KnowInitUndef ? UndefValue::get(I->getType()) in visitAllocSite()