HomeSort by relevance Sort by last modified time
    Searched refs:CanDecrementRefCount (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.h 77 bool CanDecrementRefCount(const Instruction *Inst, const Value *Ptr,
80 static inline bool CanDecrementRefCount(const Instruction *Inst,
83 return CanDecrementRefCount(Inst, Ptr, PA, GetARCInstKind(Inst));
DependencyAnalysis.cpp 71 bool llvm::objcarc::CanDecrementRefCount(const Instruction *Inst,
76 if (!CanDecrementRefCount(Class))
ObjCARCContract.cpp 294 if (CanDecrementRefCount(Inst, New, PA) && Inst != Release)
  /external/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 119 bool CanDecrementRefCount(ARCInstKind Kind);
  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 652 bool llvm::objcarc::CanDecrementRefCount(ARCInstKind Kind) {

Completed in 1135 milliseconds