Searched refs:HandlePotentialAlterRefCount (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.h | 186 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr, 205 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
|
D | PtrState.cpp | 229 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in BottomUpPtrState 377 bool TopDownPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in TopDownPtrState
|
D | ObjCARCOpts.cpp | 1218 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionBottomUp() 1346 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionTopDown()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.h | 184 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr, 203 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
|
D | PtrState.cpp | 215 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in BottomUpPtrState 350 bool TopDownPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in TopDownPtrState
|
D | ObjCARCOpts.cpp | 1184 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionBottomUp() 1312 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionTopDown()
|