Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp235 bottom_up_ptr_iterator bottom_up_ptr_begin() { in bottom_up_ptr_begin() function in __anon0b2926eb0111::BBState
239 const_bottom_up_ptr_iterator bottom_up_ptr_begin() const { in bottom_up_ptr_begin() function in __anon0b2926eb0111::BBState
250 return std::distance(bottom_up_ptr_begin(), bottom_up_ptr_end()); in bottom_up_ptr_list_size()
419 for (auto MI = Other.bottom_up_ptr_begin(), ME = Other.bottom_up_ptr_end(); in MergeSucc()
428 for (auto MI = bottom_up_ptr_begin(), ME = bottom_up_ptr_end(); MI != ME; in MergeSucc()
460 for (auto I = BBInfo.bottom_up_ptr_begin(), E = BBInfo.bottom_up_ptr_end(); in operator <<()
1378 for (auto MI = MyStates.bottom_up_ptr_begin(), in VisitInstructionBottomUp()