Home
last modified time | relevance | path

Searched refs:GetARCInstKind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp130 ARCInstKind Class = GetARCInstKind(Inst); in Depends()
142 ARCInstKind Class = GetARCInstKind(Inst); in Depends()
155 ARCInstKind Class = GetARCInstKind(Inst); in Depends()
H A DDependencyAnalysis.h80 return CanDecrementRefCount(Inst, Ptr, PA, GetARCInstKind(Inst)); in CanDecrementRefCount()
H A DObjCARCOpts.cpp1330 ARCInstKind Class = GetARCInstKind(Inst); in VisitInstructionBottomUp()
1497 ARCInstKind Class = GetARCInstKind(Inst); in VisitInstructionTopDown()
2118 ARCInstKind EarlierClass = GetARCInstKind(EarlierInst); in OptimizeWeakCalls()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h117 ARCInstKind GetARCInstKind(const Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp213 ARCInstKind llvm::objcarc::GetARCInstKind(const Value *V) { in GetARCInstKind() function in llvm::objcarc