Searched refs:CanDecrementRefCount (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
| H A D | DependencyAnalysis.h | 75 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 D | DependencyAnalysis.cpp | 66 bool llvm::objcarc::CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() function in llvm::objcarc 71 if (!CanDecrementRefCount(Class)) in CanDecrementRefCount()
|
| H A D | PtrState.cpp | 233 if (!CanDecrementRefCount(Inst, Ptr, PA, Class)) in HandlePotentialAlterRefCount() 382 if (!CanDecrementRefCount(Inst, Ptr, PA, Class) && in HandlePotentialAlterRefCount()
|
| H A D | ObjCARCContract.cpp | 296 if (CanDecrementRefCount(Inst, New, PA) && Inst != Release) in findRetainForStoreStrongContraction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCInstKind.h | 121 bool CanDecrementRefCount(ARCInstKind Kind);
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 667 bool llvm::objcarc::CanDecrementRefCount(ARCInstKind Kind) { in CanDecrementRefCount() function in llvm::objcarc
|