Searched refs:HandlePotentialAlterRefCount (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/ |
| H A D | PtrState.h | 186 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr, 205 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
|
| H A 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
|
| H A D | ObjCARCOpts.cpp | 1226 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionBottomUp() 1354 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionTopDown()
|