Searched refs:CanDecrementRefCount (Results 1 – 5 of 5) sorted by relevance
76 bool CanDecrementRefCount(const Instruction *Inst, const Value *Ptr,79 static inline bool CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() function82 return CanDecrementRefCount(Inst, Ptr, PA, GetARCInstKind(Inst)); in CanDecrementRefCount()
71 bool llvm::objcarc::CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() function in llvm::objcarc76 if (!CanDecrementRefCount(Class)) in CanDecrementRefCount()
293 if (CanDecrementRefCount(Inst, New, PA) && Inst != Release) in findRetainForStoreStrongContraction()
118 bool CanDecrementRefCount(ARCInstKind Kind);
639 bool llvm::objcarc::CanDecrementRefCount(ARCInstKind Kind) { in CanDecrementRefCount() function in llvm::objcarc