Searched refs:BottomUpPtrState (Results 1 – 3 of 3) sorted by relevance
165 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp()191 bool BottomUpPtrState::MatchWithRetain() { in MatchWithRetain()215 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst, in HandlePotentialAlterRefCount()243 void BottomUpPtrState::HandlePotentialUse(BasicBlock *BB, Instruction *Inst, in HandlePotentialUse()
167 struct BottomUpPtrState : PtrState { struct168 BottomUpPtrState() : PtrState() {} in BottomUpPtrState() argument
195 BlotMapVector<const Value *, BottomUpPtrState> PerPtrBottomUp;261 BottomUpPtrState &getPtrBottomUpState(const Value *Arg) { in getPtrBottomUpState()408 Pair.first->second.Merge(Pair.second ? BottomUpPtrState() : MI->second, in MergeSucc()417 MI->second.Merge(BottomUpPtrState(), /*TopDown=*/false); in MergeSucc()1041 const BottomUpPtrState &SuccS = BBI->second.getPtrBottomUpState(Arg); in CheckForCFGHazards()1113 BottomUpPtrState &S = MyStates.getPtrBottomUpState(Arg); in VisitInstructionBottomUp()1125 BottomUpPtrState &S = MyStates.getPtrBottomUpState(Arg); in VisitInstructionBottomUp()1181 BottomUpPtrState &S = MI->second; in VisitInstructionBottomUp()