reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/ObjCARCAnalysisUtils.h
  131   return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
  223       GetRCIdentityRoot(LI->getPointerOperand());
lib/Analysis/ObjCARCAliasAnalysis.cpp
   47   const Value *SA = GetRCIdentityRoot(LocA.Ptr);
   48   const Value *SB = GetRCIdentityRoot(LocB.Ptr);
   79   const Value *S = GetRCIdentityRoot(Loc.Ptr);
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  110       if (!U->use_empty() || GetRCIdentityRoot(U) != Arg)
 1852               GetRCIdentityRoot(LI->getPointerOperand())))