Home
last modified time | relevance | path

Searched refs:HandlePotentialAlterRefCount (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h186 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
205 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
H A DPtrState.cpp229 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in BottomUpPtrState
377 bool TopDownPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in TopDownPtrState
H A DObjCARCOpts.cpp1226 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionBottomUp()
1354 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionTopDown()