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

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

Completed in 593 milliseconds