Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp139 ARCInstKind Class = GetARCInstKind(Inst); in Depends()
151 ARCInstKind Class = GetARCInstKind(Inst); in Depends()
164 ARCInstKind Class = GetARCInstKind(Inst); in Depends()
DDependencyAnalysis.h82 return CanDecrementRefCount(Inst, Ptr, PA, GetARCInstKind(Inst)); in CanDecrementRefCount()
DObjCARCOpts.cpp1321 ARCInstKind Class = GetARCInstKind(Inst); in VisitInstructionBottomUp()
1456 ARCInstKind Class = GetARCInstKind(Inst); in VisitInstructionTopDown()
2036 ARCInstKind EarlierClass = GetARCInstKind(EarlierInst); in OptimizeWeakCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCInstKind.h119 ARCInstKind GetARCInstKind(const Value *V);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DObjCARCInstKind.cpp213 ARCInstKind llvm::objcarc::GetARCInstKind(const Value *V) { in GetARCInstKind() function in llvm::objcarc