Searched refs:GetRCIdentityRoot (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp47 const Value *SA = GetRCIdentityRoot(LocA.Ptr);
48 const Value *SB = GetRCIdentityRoot(LocB.Ptr);
79 const Value *S = GetRCIdentityRoot(Loc.Ptr);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h116 inline const Value *GetRCIdentityRoot(const Value *V) { function in namespace:llvm::objcarc
126 /// Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just
128 /// RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that
130 inline Value *GetRCIdentityRoot(Value *V) { function in namespace:llvm::objcarc
131 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
138 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0));
223 GetRCIdentityRoot(LI->getPointerOperand());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp86 /// This is similar to GetRCIdentityRoot but it stops as soon
112 if (!U->use_empty() || GetRCIdentityRoot(U) != Arg)
1077 Value *Incoming = GetRCIdentityRoot(PN->getIncomingValue(i));
1136 Value *Incoming = GetRCIdentityRoot(PN->getIncomingValue(i));
1974 GetRCIdentityRoot(LI->getPointerOperand())))
2286 const Value *Arg = GetRCIdentityRoot(Ret->getOperand(0));
H A DObjCARCContract.cpp394 Value *New = GetRCIdentityRoot(Store->getValueOperand());

Completed in 115 milliseconds