Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp232 bottom_up_ptr_iterator bottom_up_ptr_end() { return PerPtrBottomUp.end(); } in bottom_up_ptr_end() function in __anon85f4194d0111::BBState
236 const_bottom_up_ptr_iterator bottom_up_ptr_end() const { in bottom_up_ptr_end() function in __anon85f4194d0111::BBState
405 for (auto MI = Other.bottom_up_ptr_begin(), ME = Other.bottom_up_ptr_end(); in MergeSucc()
414 for (auto MI = bottom_up_ptr_begin(), ME = bottom_up_ptr_end(); MI != ME; in MergeSucc()
446 for (auto I = BBInfo.bottom_up_ptr_begin(), E = BBInfo.bottom_up_ptr_end(); in operator <<()
1165 if (I != MyStates.bottom_up_ptr_end()) in VisitInstructionBottomUp()
1177 ME = MyStates.bottom_up_ptr_end(); in VisitInstructionBottomUp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp230 bottom_up_ptr_iterator bottom_up_ptr_end() { return PerPtrBottomUp.end(); } in bottom_up_ptr_end() function in __anoncba3e1850111::BBState
234 const_bottom_up_ptr_iterator bottom_up_ptr_end() const { in bottom_up_ptr_end() function in __anoncba3e1850111::BBState
407 for (auto MI = Other.bottom_up_ptr_begin(), ME = Other.bottom_up_ptr_end(); in MergeSucc()
416 for (auto MI = bottom_up_ptr_begin(), ME = bottom_up_ptr_end(); MI != ME; in MergeSucc()
448 for (auto I = BBInfo.bottom_up_ptr_begin(), E = BBInfo.bottom_up_ptr_end(); in operator <<()
1211 ME = MyStates.bottom_up_ptr_end(); in VisitInstructionBottomUp()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp1328 ptr_iterator bottom_up_ptr_end() { return PerPtrBottomUp.end(); } in bottom_up_ptr_end() function in __anon2a2b45350911::BBState
1332 ptr_const_iterator bottom_up_ptr_end() const { in bottom_up_ptr_end() function in __anon2a2b45350911::BBState
1426 ME = Other.bottom_up_ptr_end(); MI != ME; ++MI) { in MergeSucc()
1435 ME = bottom_up_ptr_end(); MI != ME; ++MI) in MergeSucc()
2384 ME = MyStates.bottom_up_ptr_end(); MI != ME; ++MI) { in VisitBottomUp()