Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DPtrState.h186 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
205 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
DPtrState.cpp229 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in BottomUpPtrState
377 bool TopDownPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in TopDownPtrState
DObjCARCOpts.cpp1218 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionBottomUp()
1346 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionTopDown()
/external/llvm/lib/Transforms/ObjCARC/
DPtrState.h184 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
203 bool HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr,
DPtrState.cpp215 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in BottomUpPtrState
350 bool TopDownPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount() function in TopDownPtrState
DObjCARCOpts.cpp1184 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionBottomUp()
1312 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class)) in VisitInstructionTopDown()