Searched refs:HandlePotentialAlterRefCount (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.h | 185 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr, 204 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
|
H A D | PtrState.cpp | 226 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in BottomUpPtrState 377 bool TopDownPtrState::HandlePotentialAlterRefCount( in HandlePotentialAlterRefCount() function in TopDownPtrState
|
H A D | ObjCARCOpts.cpp | 1386 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionBottomUp() 1569 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class, *BundledInsts)) in VisitInstructionTopDown()
|