Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.h75 bool CanDecrementRefCount(const Instruction *Inst, const Value *Ptr,
78 static inline bool CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() function
81 return CanDecrementRefCount(Inst, Ptr, PA, GetARCInstKind(Inst)); in CanDecrementRefCount()
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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h121 bool CanDecrementRefCount(ARCInstKind Kind);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp667 bool llvm::objcarc::CanDecrementRefCount(ARCInstKind Kind) { in CanDecrementRefCount() function in llvm::objcarc