Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h59 assert((IsForwarding(GetBasicARCInstKind(CI)) || in EraseInstruction()
60 (IsNoopOnNull(GetBasicARCInstKind(CI)) && in EraseInstruction()
H A DDependencyAnalysis.cpp179 switch (GetBasicARCInstKind(Inst)) { in Depends()
195 ARCInstKind Class = GetBasicARCInstKind(Inst); in Depends()
209 return CanInterruptRV(GetBasicARCInstKind(Inst)); in Depends()
H A DObjCARCContract.cpp178 if (!Retain || GetBasicARCInstKind(Retain) != ARCInstKind::Retain || in contractAutorelease()
233 ARCInstKind Class = GetBasicARCInstKind(Inst); in findSafeStoreForStoreStrongContraction()
296 while (I != Begin && GetBasicARCInstKind(&*I) != ARCInstKind::Retain) { in findRetainForStoreStrongContraction()
307 if (GetBasicARCInstKind(Retain) != ARCInstKind::Retain) in findRetainForStoreStrongContraction()
442 ARCInstKind Class = GetBasicARCInstKind(Inst); in tryToPeepholeInstruction()
H A DObjCARCOpts.cpp94 if (IsForwarding(GetBasicARCInstKind(Arg))) in FindSingleUseIdentifiedObject()
622 if (GetBasicARCInstKind(&*I) == ARCInstKind::AutoreleaseRV && in OptimizeRetainRVCall()
743 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeIndividualCalls()
1844 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeWeakCalls()
1948 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeWeakCalls()
1957 switch (GetBasicARCInstKind(UserInst)) { in OptimizeWeakCalls()
1969 switch (GetBasicARCInstKind(UserInst)) { in OptimizeWeakCalls()
2034 ARCInstKind Class = GetBasicARCInstKind(Call); in HasSafePathToPredecessorCall()
2055 if (!Retain || !IsRetain(GetBasicARCInstKind(Retain)) || in FindPredecessorRetainWithSafePath()
2080 ARCInstKind AutoreleaseClass = GetBasicARCInstKind(Autorelease); in FindPredecessorAutoreleaseWithSafePath()
[all …]
H A DObjCARCExpand.cpp102 switch (GetBasicARCInstKind(Inst)) { in runOnFunction()
H A DObjCARCAPElim.cpp97 switch (GetBasicARCInstKind(Inst)) { in OptimizeBB()
H A DPtrState.cpp296 if (CanUse(Call, Ptr, PA, GetBasicARCInstKind(Call))) { in HandlePotentialUse()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h82 if (!IsForwarding(GetBasicARCInstKind(V))) in GetUnderlyingObjCPtr()
120 if (!IsForwarding(GetBasicARCInstKind(V))) in GetRCIdentityRoot()
H A DObjCARCInstKind.h103 inline ARCInstKind GetBasicARCInstKind(const Value *V) { in GetBasicARCInstKind() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp114 switch (GetBasicARCInstKind(Call)) { in getModRefInfo()