Searched refs:PerPtrBottomUp (Results 1 – 1 of 1) sorted by relevance
197 BlotMapVector<const Value *, BottomUpPtrState> PerPtrBottomUp; member in __anon0b2926eb0111::BBState231 using bottom_up_ptr_iterator = decltype(PerPtrBottomUp)::iterator;233 decltype(PerPtrBottomUp)::const_iterator;236 return PerPtrBottomUp.begin(); in bottom_up_ptr_begin()238 bottom_up_ptr_iterator bottom_up_ptr_end() { return PerPtrBottomUp.end(); } in bottom_up_ptr_end()240 return PerPtrBottomUp.begin(); in bottom_up_ptr_begin()243 return PerPtrBottomUp.end(); in bottom_up_ptr_end()246 return !PerPtrBottomUp.empty(); in hasBottomUpPtrs()272 return PerPtrBottomUp[Arg]; in getPtrBottomUpState()278 return PerPtrBottomUp.find(Arg); in findPtrBottomUpState()[all …]