Searched refs:GetRCIdentityRoot (Results 1 – 5 of 5) sorted by relevance
118 inline const Value *GetRCIdentityRoot(const Value *V) { in GetRCIdentityRoot() function132 inline Value *GetRCIdentityRoot(Value *V) { in GetRCIdentityRoot() function133 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V)); in GetRCIdentityRoot()140 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0)); in GetArgRCIdentityRoot()205 GetRCIdentityRoot(LI->getPointerOperand()); in IsObjCIdentifiedObject()
48 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias()49 const Value *SB = GetRCIdentityRoot(LocB.Ptr); in alias()83 const Value *S = GetRCIdentityRoot(Loc.Ptr); in getModRefInfoMask()
369 Value *New = GetRCIdentityRoot(Store->getValueOperand()); in tryToContractReleaseIntoStoreStrong()469 if (GetRCIdentityRoot(&*BBI) == GetArgRCIdentityRoot(Inst)) { in tryToPeepholeInstruction()
109 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()2046 GetRCIdentityRoot(LI->getPointerOperand()))) in PerformCodePlacement()2341 const Value *Arg = GetRCIdentityRoot(Ret->getOperand(0)); in OptimizeReturns()
2150 Value *RetOpnd = objcarc::GetRCIdentityRoot(RI->getOperand(0)); in inlineRetainOrClaimRVCalls()2166 objcarc::GetRCIdentityRoot(II->getOperand(0)) != RetOpnd) in inlineRetainOrClaimRVCalls()2188 if (objcarc::GetRCIdentityRoot(CI) != RetOpnd || in inlineRetainOrClaimRVCalls()