Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
DPtrState.h185 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
204 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
DPtrState.cpp226 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in BottomUpPtrState
377 bool TopDownPtrState::HandlePotentialAlterRefCount( in HandlePotentialAlterRefCount() function in TopDownPtrState
DObjCARCOpts.cpp1382 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionBottomUp()
1565 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class, *BundledInsts)) in VisitInstructionTopDown()