Searched refs:KnowInitUndef (Results 1 – 1 of 1) sorted by relevance
3583 bool KnowInitUndef = false; in visitAllocSite() local3589 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()