Searched refs:GetRCIdentityRoot (Results 1 – 5 of 5) sorted by relevance
110 inline const Value *GetRCIdentityRoot(const Value *V) { in GetRCIdentityRoot() function124 inline Value *GetRCIdentityRoot(Value *V) { in GetRCIdentityRoot() function125 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()
50 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()
357 Value *New = GetRCIdentityRoot(Store->getValueOperand()); in tryToContractReleaseIntoStoreStrong()465 if (GetRCIdentityRoot(&*BBI) == GetArgRCIdentityRoot(Inst)) { in tryToPeepholeInstruction()
110 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()
2063 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()