Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp174 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp()
203 bool BottomUpPtrState::MatchWithRetain() { in MatchWithRetain()
226 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount()
253 void BottomUpPtrState::HandlePotentialUse(BasicBlock *BB, Instruction *Inst, in HandlePotentialUse()
H A DPtrState.h168 struct BottomUpPtrState : PtrState { struct
169 BottomUpPtrState() = default;
H A DObjCARCOpts.cpp197 BlotMapVector<const Value *, BottomUpPtrState> PerPtrBottomUp;
271 BottomUpPtrState &getPtrBottomUpState(const Value *Arg) { in getPtrBottomUpState()
422 Pair.first->second.Merge(Pair.second ? BottomUpPtrState() : MI->second, in MergeSucc()
431 MI->second.Merge(BottomUpPtrState(), /*TopDown=*/false); in MergeSucc()
1269 const BottomUpPtrState &SuccS = BBI->second.getPtrBottomUpState(Arg); in CheckForCFGHazards()
1339 BottomUpPtrState &S = MyStates.getPtrBottomUpState(Arg); in VisitInstructionBottomUp()
1351 BottomUpPtrState &S = MyStates.getPtrBottomUpState(Arg); in VisitInstructionBottomUp()
1384 BottomUpPtrState &S = MI->second; in VisitInstructionBottomUp()