Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp178 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp()
205 bool BottomUpPtrState::MatchWithRetain() { in MatchWithRetain()
229 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount()
257 void BottomUpPtrState::HandlePotentialUse(BasicBlock *BB, Instruction *Inst, in HandlePotentialUse()
H A DPtrState.h169 struct BottomUpPtrState : PtrState { struct
170 BottomUpPtrState() = default;
H A DObjCARCOpts.cpp193 BlotMapVector<const Value *, BottomUpPtrState> PerPtrBottomUp;
259 BottomUpPtrState &getPtrBottomUpState(const Value *Arg) { in getPtrBottomUpState()
410 Pair.first->second.Merge(Pair.second ? BottomUpPtrState() : MI->second, in MergeSucc()
419 MI->second.Merge(BottomUpPtrState(), /*TopDown=*/false); in MergeSucc()
1108 const BottomUpPtrState &SuccS = BBI->second.getPtrBottomUpState(Arg); in CheckForCFGHazards()
1179 BottomUpPtrState &S = MyStates.getPtrBottomUpState(Arg); in VisitInstructionBottomUp()
1191 BottomUpPtrState &S = MyStates.getPtrBottomUpState(Arg); in VisitInstructionBottomUp()
1224 BottomUpPtrState &S = MI->second; in VisitInstructionBottomUp()