Searched defs:bottom_up_ptr_begin (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp229 bottom_up_ptr_iterator bottom_up_ptr_begin() { function in class:__anon14681::BBState
233 const_bottom_up_ptr_iterator bottom_up_ptr_begin() const { function in class:__anon14681::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();
1176 for (auto MI = MyStates.bottom_up_ptr_begin(),
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp1327 ptr_iterator bottom_up_ptr_begin() { return PerPtrBottomUp.begin(); } function in class:__anon23059::BBState
1329 ptr_const_iterator bottom_up_ptr_begin() const { function in class:__anon23059::BBState
1425 for (ptr_const_iterator MI = Other.bottom_up_ptr_begin(),
1434 for (ptr_iterator MI = bottom_up_ptr_begin(),
2383 for (BBState::ptr_iterator MI = MyStates.bottom_up_ptr_begin(),

Completed in 121 milliseconds