Searched refs:hasZeroLiveUses (Results 1 – 6 of 6) sorted by relevance
216 bool hasZeroLiveUses() const;
93 assert((!isMaterialized() || DeclareIntrinsicFn->hasZeroLiveUses()) && in removeDebugIntrinsicDeclarations()98 assert((!isMaterialized() || ValueIntrinsicFn->hasZeroLiveUses()) && in removeDebugIntrinsicDeclarations()103 assert((!isMaterialized() || AssignIntrinsicFn->hasZeroLiveUses()) && in removeDebugIntrinsicDeclarations()107 assert((!isMaterialized() || LabelntrinsicFn->hasZeroLiveUses()) && in removeDebugIntrinsicDeclarations()
752 bool Constant::hasZeroLiveUses() const { return hasNLiveUses(0); } in hasZeroLiveUses() function in Constant
450 if (Callee.isDiscardableIfUnused() && Callee.hasZeroLiveUses() && in run()
1501 assert(F.hasZeroLiveUses() && in markDeadFunction()
5436 assert(Old->hasZeroLiveUses() && in embedBitcodeInModule()5459 assert(Old->hasZeroLiveUses() && in embedBitcodeInModule()