Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h104 inline const Value *GetRCIdentityRoot(const Value *V) { in GetRCIdentityRoot() function
118 inline Value *GetRCIdentityRoot(Value *V) { in GetRCIdentityRoot() function
119 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V)); in GetRCIdentityRoot()
126 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0)); in GetArgRCIdentityRoot()
211 GetRCIdentityRoot(LI->getPointerOperand()); in IsObjCIdentifiedObject()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h117 inline const Value *GetRCIdentityRoot(const Value *V) { in GetRCIdentityRoot() function
131 inline Value *GetRCIdentityRoot(Value *V) { in GetRCIdentityRoot() function
132 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V)); in GetRCIdentityRoot()
139 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0)); in GetArgRCIdentityRoot()
224 GetRCIdentityRoot(LI->getPointerOperand()); in IsObjCIdentifiedObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp47 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()
/external/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp47 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()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp74 if (!U->use_empty() || GetRCIdentityRoot(U) != Arg) in FindSingleUseIdentifiedObject()
858 GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCalls()
913 GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCalls()
1164 GetRCIdentityRoot(SI->getValueOperand())); in VisitInstructionBottomUp()
1766 GetRCIdentityRoot(LI->getPointerOperand()))) in PerformCodePlacement()
2084 const Value *Arg = GetRCIdentityRoot(Ret->getOperand(0)); in OptimizeReturns()
DObjCARCContract.cpp354 Value *New = GetRCIdentityRoot(Store->getValueOperand()); in tryToContractReleaseIntoStoreStrong()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp106 if (!U->use_empty() || GetRCIdentityRoot(U) != Arg) in FindSingleUseIdentifiedObject()
914 GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCalls()
969 GetRCIdentityRoot(PN->getIncomingValue(i)); in OptimizeIndividualCalls()
1796 GetRCIdentityRoot(LI->getPointerOperand()))) in PerformCodePlacement()
2105 const Value *Arg = GetRCIdentityRoot(Ret->getOperand(0)); in OptimizeReturns()
DObjCARCContract.cpp381 Value *New = GetRCIdentityRoot(Store->getValueOperand()); in tryToContractReleaseIntoStoreStrong()