Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h185 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
204 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
H A DPtrState.cpp226 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in BottomUpPtrState
377 bool TopDownPtrState::HandlePotentialAlterRefCount( in HandlePotentialAlterRefCount() function in TopDownPtrState
H A DObjCARCOpts.cpp1386 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionBottomUp()
1569 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class, *BundledInsts)) in VisitInstructionTopDown()