Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h107 inline const Value *GetRCIdentityRoot(const Value *V) { in GetRCIdentityRoot() function
121 inline Value *GetRCIdentityRoot(Value *V) { in GetRCIdentityRoot() function
122 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V)); in GetRCIdentityRoot()
129 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0)); in GetArgRCIdentityRoot()
194 GetRCIdentityRoot(LI->getPointerOperand()); in IsObjCIdentifiedObject()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp47 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias()
48 const Value *SB = GetRCIdentityRoot(LocB.Ptr); in alias()
80 const Value *S = GetRCIdentityRoot(Loc.Ptr); in pointsToConstantMemory()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp357 Value *New = GetRCIdentityRoot(Store->getValueOperand()); in tryToContractReleaseIntoStoreStrong()
460 if (GetRCIdentityRoot(&*BBI) == GetArgRCIdentityRoot(Inst)) { in tryToPeepholeInstruction()
H A DObjCARCOpts.cpp113 if (!U->use_empty() || GetRCIdentityRoot(U) != Arg) in FindSingleUseIdentifiedObject()
1133 Value *Incoming = GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCallImpl()
1189 Value *Incoming = GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCallImpl()
1512 Value *Root = GetRCIdentityRoot(Retain->getOperand(0)); in collectReleaseInsertPts()
2088 GetRCIdentityRoot(LI->getPointerOperand()))) in PerformCodePlacement()
2385 const Value *Arg = GetRCIdentityRoot(Ret->getOperand(0)); in OptimizeReturns()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1682 Value *RetOpnd = objcarc::GetRCIdentityRoot(RI->getOperand(0)); in inlineRetainOrClaimRVCalls()
1700 objcarc::GetRCIdentityRoot(II->getOperand(0)) == RetOpnd) { in inlineRetainOrClaimRVCalls()
1718 if (objcarc::GetRCIdentityRoot(CI) == RetOpnd && in inlineRetainOrClaimRVCalls()