Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp143 ARCInstKind Class = GetARCInstKind(Inst); in Depends()
155 ARCInstKind Class = GetARCInstKind(Inst); in Depends()
168 ARCInstKind Class = GetARCInstKind(Inst); in Depends()
DDependencyAnalysis.h82 return CanDecrementRefCount(Inst, Ptr, PA, GetARCInstKind(Inst)); in CanDecrementRefCount()
DARCInstKind.h114 ARCInstKind GetARCInstKind(const Value *V);
DObjCARCOpts.cpp1099 ARCInstKind Class = GetARCInstKind(Inst); in VisitInstructionBottomUp()
1250 ARCInstKind Class = GetARCInstKind(Inst); in VisitInstructionTopDown()
1838 ARCInstKind EarlierClass = GetARCInstKind(EarlierInst); in OptimizeWeakCalls()
DARCInstKind.cpp226 ARCInstKind llvm::objcarc::GetARCInstKind(const Value *V) { in GetARCInstKind() function in llvm::objcarc