Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp231 using bottom_up_ptr_iterator = decltype(PerPtrBottomUp)::iterator; typedef in __anon0b2926eb0111::BBState
235 bottom_up_ptr_iterator bottom_up_ptr_begin() { in bottom_up_ptr_begin()
238 bottom_up_ptr_iterator bottom_up_ptr_end() { return PerPtrBottomUp.end(); } in bottom_up_ptr_end()
277 bottom_up_ptr_iterator findPtrBottomUpState(const Value *Arg) { in findPtrBottomUpState()