Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
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()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp45 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias()
46 const Value *SB = GetRCIdentityRoot(LocB.Ptr); in alias()
80 const Value *S = GetRCIdentityRoot(Loc.Ptr); in getModRefInfoMask()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp357 Value *New = GetRCIdentityRoot(Store->getValueOperand()); in tryToContractReleaseIntoStoreStrong()
465 if (GetRCIdentityRoot(&*BBI) == GetArgRCIdentityRoot(Inst)) { in tryToPeepholeInstruction()
DObjCARCOpts.cpp110 if (!U->use_empty() || GetRCIdentityRoot(U) != Arg) in FindSingleUseIdentifiedObject()
1084 Value *Incoming = GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCallImpl()
1140 Value *Incoming = GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCallImpl()
1467 Value *Root = GetRCIdentityRoot(Retain->getOperand(0)); in collectReleaseInsertPts()
2047 GetRCIdentityRoot(LI->getPointerOperand()))) in PerformCodePlacement()
2343 const Value *Arg = GetRCIdentityRoot(Ret->getOperand(0)); in OptimizeReturns()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1930 Value *RetOpnd = objcarc::GetRCIdentityRoot(RI->getOperand(0)); in inlineRetainOrClaimRVCalls()
1946 objcarc::GetRCIdentityRoot(II->getOperand(0)) != RetOpnd) in inlineRetainOrClaimRVCalls()
1971 if (objcarc::GetRCIdentityRoot(CI) != RetOpnd || in inlineRetainOrClaimRVCalls()