Searched refs:HandlePotentialAlterRefCount (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.h | 184 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr, 203 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
|
D | PtrState.cpp | 215 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in BottomUpPtrState 350 bool TopDownPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in TopDownPtrState
|
D | ObjCARCOpts.cpp | 1183 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionBottomUp() 1311 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionTopDown()
|