Home
last modified time | relevance | path

Searched refs:GetBasicARCInstKind (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp171 switch (GetBasicARCInstKind(Inst)) { in Depends()
187 ARCInstKind Class = GetBasicARCInstKind(Inst); in Depends()
201 return CanInterruptRV(GetBasicARCInstKind(Inst)); in Depends()
H A DObjCARCContract.cpp172 if (!Retain || GetBasicARCInstKind(Retain) != ARCInstKind::Retain || in contractAutorelease()
227 ARCInstKind Class = GetBasicARCInstKind(Inst); in findSafeStoreForStoreStrongContraction()
290 while (I != Begin && GetBasicARCInstKind(&*I) != ARCInstKind::Retain) { in findRetainForStoreStrongContraction()
301 if (GetBasicARCInstKind(Retain) != ARCInstKind::Retain) in findRetainForStoreStrongContraction()
417 ARCInstKind Class = GetBasicARCInstKind(Inst); in tryToPeepholeInstruction()
H A DObjCARC.h47 assert((IsForwarding(GetBasicARCInstKind(CI)) || in EraseInstruction()
48 (IsNoopOnNull(GetBasicARCInstKind(CI)) && in EraseInstruction()
H A DObjCARCOpts.cpp101 if (IsForwarding(GetBasicARCInstKind(Arg))) in FindSingleUseIdentifiedObject()
746 if (isa<ReturnInst>(U) || GetBasicARCInstKind(U) == ARCInstKind::RetainRV) in OptimizeAutoreleaseRVCall()
859 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeIndividualCalls()
2071 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeWeakCalls()
2176 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeWeakCalls()
2185 switch (GetBasicARCInstKind(UserInst)) { in OptimizeWeakCalls()
2197 switch (GetBasicARCInstKind(UserInst)) { in OptimizeWeakCalls()
2259 ARCInstKind Class = GetBasicARCInstKind(Call); in HasSafePathToPredecessorCall()
2276 if (!Retain || !IsRetain(GetBasicARCInstKind(Retain)) || in FindPredecessorRetainWithSafePath()
2297 ARCInstKind AutoreleaseClass = GetBasicARCInstKind(Autorelease); in FindPredecessorAutoreleaseWithSafePath()
[all …]
H A DObjCARCExpand.cpp64 switch (GetBasicARCInstKind(Inst)) { in runImpl()
H A DObjCARCAPElim.cpp69 switch (GetBasicARCInstKind(Inst)) { in OptimizeBB()
H A DPtrState.cpp297 if (CanUse(Call, Ptr, PA, GetBasicARCInstKind(Call))) { in HandlePotentialUse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h72 if (!IsForwarding(GetBasicARCInstKind(V))) in GetUnderlyingObjCPtr()
110 if (!IsForwarding(GetBasicARCInstKind(V))) in GetRCIdentityRoot()
H A DObjCARCInstKind.h104 inline ARCInstKind GetBasicARCInstKind(const Value *V) { in GetBasicARCInstKind() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp117 switch (GetBasicARCInstKind(Call)) { in getModRefInfo()