Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp241 bottom_up_ptr_iterator bottom_up_ptr_end() { return PerPtrBottomUp.end(); } in bottom_up_ptr_end() function in __anonbfeb721b0111::BBState
245 const_bottom_up_ptr_iterator bottom_up_ptr_end() const { in bottom_up_ptr_end() function in __anonbfeb721b0111::BBState
253 return std::distance(bottom_up_ptr_begin(), bottom_up_ptr_end()); in bottom_up_ptr_list_size()
422 for (auto MI = Other.bottom_up_ptr_begin(), ME = Other.bottom_up_ptr_end(); in MergeSucc()
431 for (auto MI = bottom_up_ptr_begin(), ME = bottom_up_ptr_end(); MI != ME; in MergeSucc()
463 for (auto I = BBInfo.bottom_up_ptr_begin(), E = BBInfo.bottom_up_ptr_end(); in operator <<()
1418 ME = MyStates.bottom_up_ptr_end(); in VisitInstructionBottomUp()