Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h217 LLVM_ABI bool hasZeroLiveUses() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp124 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()
H A DConstants.cpp768 bool Constant::hasZeroLiveUses() const { return hasNLiveUses(0); } in hasZeroLiveUses() function in Constant
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp452 if (Callee.isDiscardableIfUnused() && Callee.hasZeroLiveUses() && in run()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1503 assert(F.hasZeroLiveUses() && in markDeadFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5898 assert(Old->hasZeroLiveUses() && in embedBitcodeInModule()
5921 assert(Old->hasZeroLiveUses() && in embedBitcodeInModule()