Searched refs:CanDecrementRefCount (Results 1 – 5 of 5) sorted by relevance
77 bool CanDecrementRefCount(const Instruction *Inst, const Value *Ptr,80 static inline bool CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() function83 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()
294 if (CanDecrementRefCount(Inst, New, PA) && Inst != Release) in findRetainForStoreStrongContraction()
119 bool CanDecrementRefCount(ARCInstKind Kind);
652 bool llvm::objcarc::CanDecrementRefCount(ARCInstKind Kind) { in CanDecrementRefCount() function in llvm::objcarc