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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp232 bottom_up_ptr_iterator bottom_up_ptr_end() { return PerPtrBottomUp.end(); } function in class:__anon13450::BBState
236 const_bottom_up_ptr_iterator bottom_up_ptr_end() const { function in class:__anon13450::BBState
405 for (auto MI = Other.bottom_up_ptr_begin(), ME = Other.bottom_up_ptr_end();
414 for (auto MI = bottom_up_ptr_begin(), ME = bottom_up_ptr_end(); MI != ME;
446 for (auto I = BBInfo.bottom_up_ptr_begin(), E = BBInfo.bottom_up_ptr_end();
1165 if (I != MyStates.bottom_up_ptr_end())
1177 ME = MyStates.bottom_up_ptr_end();
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp1328 ptr_iterator bottom_up_ptr_end() { return PerPtrBottomUp.end(); } function in class:__anon20252::BBState
1332 ptr_const_iterator bottom_up_ptr_end() const { function in class:__anon20252::BBState
1426 ME = Other.bottom_up_ptr_end(); MI != ME; ++MI) {
1435 ME = bottom_up_ptr_end(); MI != ME; ++MI)
2384 ME = MyStates.bottom_up_ptr_end(); MI != ME; ++MI) {

Completed in 177 milliseconds