Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.h77 bool CanDecrementRefCount(const Instruction *Inst, const Value *Ptr,
80 static inline bool CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() function
83 return CanDecrementRefCount(Inst, Ptr, PA, GetARCInstKind(Inst)); in CanDecrementRefCount()
DDependencyAnalysis.cpp71 bool llvm::objcarc::CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() function in llvm::objcarc
76 if (!CanDecrementRefCount(Class)) in CanDecrementRefCount()
DObjCARCContract.cpp294 if (CanDecrementRefCount(Inst, New, PA) && Inst != Release) in findRetainForStoreStrongContraction()
/external/llvm/include/llvm/Analysis/
DObjCARCInstKind.h119 bool CanDecrementRefCount(ARCInstKind Kind);
/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp652 bool llvm::objcarc::CanDecrementRefCount(ARCInstKind Kind) { in CanDecrementRefCount() function in llvm::objcarc