Searched refs:GetRCIdentityRoot (Results 1 – 4 of 4) sorted by relevance
103 inline const Value *GetRCIdentityRoot(const Value *V) { in GetRCIdentityRoot() function117 inline Value *GetRCIdentityRoot(Value *V) { in GetRCIdentityRoot() function118 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V)); in GetRCIdentityRoot()125 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0)); in GetArgRCIdentityRoot()210 GetRCIdentityRoot(LI->getPointerOperand()); in IsObjCIdentifiedObject()
47 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias()48 const Value *SB = GetRCIdentityRoot(LocB.Ptr); in alias()79 const Value *S = GetRCIdentityRoot(Loc.Ptr); in pointsToConstantMemory()
74 if (!U->use_empty() || GetRCIdentityRoot(U) != Arg) in FindSingleUseIdentifiedObject()858 GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCalls()912 GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCalls()1163 GetRCIdentityRoot(SI->getValueOperand())); in VisitInstructionBottomUp()1773 GetRCIdentityRoot(LI->getPointerOperand()))) in PerformCodePlacement()2094 const Value *Arg = GetRCIdentityRoot(Ret->getOperand(0)); in OptimizeReturns()
353 Value *New = GetRCIdentityRoot(Store->getValueOperand()); in tryToContractReleaseIntoStoreStrong()