Searched refs:hasZeroLiveUses (Results 1 – 6 of 6) sorted by relevance
217 LLVM_ABI bool hasZeroLiveUses() const;
124 assert((!isMaterialized() || DeclareIntrinsicFn->hasZeroLiveUses()) && in removeDebugIntrinsicDeclarations()130 assert((!isMaterialized() || ValueIntrinsicFn->hasZeroLiveUses()) && in removeDebugIntrinsicDeclarations()136 assert((!isMaterialized() || AssignIntrinsicFn->hasZeroLiveUses()) && in removeDebugIntrinsicDeclarations()142 assert((!isMaterialized() || LabelntrinsicFn->hasZeroLiveUses()) && in removeDebugIntrinsicDeclarations()
768 bool Constant::hasZeroLiveUses() const { return hasNLiveUses(0); } in hasZeroLiveUses() function in Constant
452 if (Callee.isDiscardableIfUnused() && Callee.hasZeroLiveUses() && in run()
1503 assert(F.hasZeroLiveUses() && in markDeadFunction()
5898 assert(Old->hasZeroLiveUses() && in embedBitcodeInModule()5921 assert(Old->hasZeroLiveUses() && in embedBitcodeInModule()