Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp169 if (!Retain || GetBasicARCInstKind(Retain) != ARCInstKind::Retain || in contractAutorelease()
224 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.h46 assert((IsForwarding(GetBasicARCInstKind(CI)) || in EraseInstruction()
47 (IsNoopOnNull(GetBasicARCInstKind(CI)) && in EraseInstruction()
H A DObjCARCOpts.cpp98 if (IsForwarding(GetBasicARCInstKind(Arg))) in FindSingleUseIdentifiedObject()
733 if (isa<ReturnInst>(U) || GetBasicARCInstKind(U) == ARCInstKind::RetainRV) in OptimizeAutoreleaseRVCall()
816 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeIndividualCalls()
2096 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeWeakCalls()
2202 ARCInstKind Class = GetBasicARCInstKind(&Inst); in OptimizeWeakCalls()
2211 switch (GetBasicARCInstKind(UserInst)) { in OptimizeWeakCalls()
2223 switch (GetBasicARCInstKind(UserInst)) { in OptimizeWeakCalls()
2285 ARCInstKind Class = GetBasicARCInstKind(Call); in HasSafePathToPredecessorCall()
2302 if (!Retain || !IsRetain(GetBasicARCInstKind(Retain)) || in FindPredecessorRetainWithSafePath()
2323 ARCInstKind AutoreleaseClass = GetBasicARCInstKind(Autorelease); in FindPredecessorAutoreleaseWithSafePath()
[all …]
H A DDependencyAnalysis.cpp169 switch (GetBasicARCInstKind(Inst)) { in Depends()
185 ARCInstKind Class = GetBasicARCInstKind(Inst); in Depends()
H A DObjCARCExpand.cpp59 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h72 if (!IsForwarding(GetBasicARCInstKind(V))) in GetUnderlyingObjCPtr()
113 if (!IsForwarding(GetBasicARCInstKind(V))) in GetRCIdentityRoot()
H A DObjCARCInstKind.h104 inline ARCInstKind GetBasicARCInstKind(const Value *V) { in GetBasicARCInstKind() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp122 switch (GetBasicARCInstKind(Call)) { in getModRefInfo()