Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.h74 bool CanDecrementRefCount(const Instruction *Inst, const Value *Ptr,
77 static inline bool CanDecrementRefCount(const Instruction *Inst,
80 return CanDecrementRefCount(Inst, Ptr, PA, GetARCInstKind(Inst)); in CanDecrementRefCount()
78 static inline bool CanDecrementRefCount(const Instruction *Inst, CanDecrementRefCount() function
H A DDependencyAnalysis.cpp66 bool llvm::objcarc::CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() function in llvm::objcarc
71 if (!CanDecrementRefCount(Class)) in CanDecrementRefCount()
H A DPtrState.cpp233 if (!CanDecrementRefCount(Inst, Ptr, PA, Class)) in HandlePotentialAlterRefCount()
382 if (!CanDecrementRefCount(Inst, Ptr, PA, Class) && in HandlePotentialAlterRefCount()
H A DObjCARCContract.cpp296 if (CanDecrementRefCount(Inst, New, PA) && Inst != Release) in findRetainForStoreStrongContraction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h121 bool CanDecrementRefCount(ARCInstKind Kind);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp667 bool llvm::objcarc::CanDecrementRefCount(ARCInstKind Kind) { in CanDecrementRefCount() function in llvm::objcarc