Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.h77 bool CanDecrementRefCount(const Instruction *Inst, const Value *Ptr,
80 static inline bool CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() function
83 return CanDecrementRefCount(Inst, Ptr, PA, GetARCInstKind(Inst)); in CanDecrementRefCount()
H A DDependencyAnalysis.cpp68 bool llvm::objcarc::CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() function in llvm::objcarc
73 if (!CanDecrementRefCount(Class)) in CanDecrementRefCount()
H A DObjCARCContract.cpp302 if (CanDecrementRefCount(Inst, New, PA) && Inst != Release) in findRetainForStoreStrongContraction()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h120 bool CanDecrementRefCount(ARCInstKind Kind);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp634 bool llvm::objcarc::CanDecrementRefCount(ARCInstKind Kind) { in CanDecrementRefCount() function in llvm::objcarc