Home
last modified time | relevance | path

Searched refs:GetArgRCIdentityRoot (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp114 ImmutableCallSite CS(GetArgRCIdentityRoot(Retain)); in optimizeRetainCall()
150 const Value *Arg = GetArgRCIdentityRoot(Autorelease); in contractAutorelease()
174 GetArgRCIdentityRoot(Retain) != Arg) in contractAutorelease()
300 if (GetArgRCIdentityRoot(Retain) != New) in findRetainForStoreStrongContraction()
335 auto *Load = dyn_cast<LoadInst>(GetArgRCIdentityRoot(Release)); in tryToContractReleaseIntoStoreStrong()
449 if (&*BBI == GetArgRCIdentityRoot(Inst)) { in tryToPeepholeInstruction()
DObjCARCOpts.cpp580 const Value *Arg = GetArgRCIdentityRoot(RetainRV); in OptimizeRetainRVCall()
611 GetArgRCIdentityRoot(&*I) == Arg) { in OptimizeRetainRVCall()
646 const Value *Ptr = GetArgRCIdentityRoot(AutoreleaseRV); in OptimizeAutoreleaseRVCall()
821 const Value *Arg = GetArgRCIdentityRoot(Inst); in OptimizeIndividualCalls()
1111 Arg = GetArgRCIdentityRoot(Inst); in VisitInstructionBottomUp()
1124 Arg = GetArgRCIdentityRoot(Inst); in VisitInstructionBottomUp()
1269 Arg = GetArgRCIdentityRoot(Inst); in VisitInstructionTopDown()
1277 Arg = GetArgRCIdentityRoot(Inst); in VisitInstructionTopDown()
1565 MultipleOwners || MultiOwnersSet.count(GetArgRCIdentityRoot(NewRetain)); in PairUpRetainsAndReleases()
1761 Value *Arg = GetArgRCIdentityRoot(Retain); in PerformCodePlacement()
[all …]
DDependencyAnalysis.cpp191 return GetArgRCIdentityRoot(Inst) == Arg; in Depends()
203 return GetArgRCIdentityRoot(Inst) == Arg; in Depends()
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h124 inline Value *GetArgRCIdentityRoot(Value *Inst) { in GetArgRCIdentityRoot() function