Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h110 inline const Value *GetRCIdentityRoot(const Value *V) { in GetRCIdentityRoot() function
124 inline Value *GetRCIdentityRoot(Value *V) { in GetRCIdentityRoot() function
125 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V)); in GetRCIdentityRoot()
132 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0)); in GetArgRCIdentityRoot()
197 GetRCIdentityRoot(LI->getPointerOperand()); in IsObjCIdentifiedObject()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp50 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias()
51 const Value *SB = GetRCIdentityRoot(LocB.Ptr); in alias()
85 const Value *S = GetRCIdentityRoot(Loc.Ptr); in getModRefInfoMask()
/src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp357 Value *New = GetRCIdentityRoot(Store->getValueOperand()); in tryToContractReleaseIntoStoreStrong()
465 if (GetRCIdentityRoot(&*BBI) == GetArgRCIdentityRoot(Inst)) { in tryToPeepholeInstruction()
H A DObjCARCOpts.cpp110 if (!U->use_empty() || GetRCIdentityRoot(U) != Arg) in FindSingleUseIdentifiedObject()
1087 Value *Incoming = GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCallImpl()
1143 Value *Incoming = GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCallImpl()
1471 Value *Root = GetRCIdentityRoot(Retain->getOperand(0)); in collectReleaseInsertPts()
2055 GetRCIdentityRoot(LI->getPointerOperand()))) in PerformCodePlacement()
2353 const Value *Arg = GetRCIdentityRoot(Ret->getOperand(0)); in OptimizeReturns()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2063 Value *RetOpnd = objcarc::GetRCIdentityRoot(RI->getOperand(0)); in inlineRetainOrClaimRVCalls()
2079 objcarc::GetRCIdentityRoot(II->getOperand(0)) != RetOpnd) in inlineRetainOrClaimRVCalls()
2103 if (objcarc::GetRCIdentityRoot(CI) != RetOpnd || in inlineRetainOrClaimRVCalls()