Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h117 inline const Value *GetRCIdentityRoot(const Value *V) { in GetRCIdentityRoot() function
131 inline Value *GetRCIdentityRoot(Value *V) { in GetRCIdentityRoot() function
132 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V)); in GetRCIdentityRoot()
139 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0)); in GetArgRCIdentityRoot()
224 GetRCIdentityRoot(LI->getPointerOperand()); in IsObjCIdentifiedObject()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp47 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias()
48 const Value *SB = GetRCIdentityRoot(LocB.Ptr); in alias()
79 const Value *S = GetRCIdentityRoot(Loc.Ptr); in pointsToConstantMemory()
/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp106 if (!U->use_empty() || GetRCIdentityRoot(U) != Arg) in FindSingleUseIdentifiedObject()
925 GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCalls()
980 GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCalls()
1803 GetRCIdentityRoot(LI->getPointerOperand()))) in PerformCodePlacement()
2112 const Value *Arg = GetRCIdentityRoot(Ret->getOperand(0)); in OptimizeReturns()
H A DObjCARCContract.cpp381 Value *New = GetRCIdentityRoot(Store->getValueOperand()); in tryToContractReleaseIntoStoreStrong()