Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc522 early_exit_loop_(std::less<uint32_t>(), in BCEVisitor()
564 early_exit_loop_.clear(); in Finish()
1589 auto it = early_exit_loop_.find(loop_id); in IsEarlyExitLoop()
1590 if (it != early_exit_loop_.end()) { in IsEarlyExitLoop()
1599 early_exit_loop_.Put(loop_id, true); in IsEarlyExitLoop()
1604 early_exit_loop_.Put(loop_id, false); in IsEarlyExitLoop()
1917 ScopedArenaSafeMap<uint32_t, bool> early_exit_loop_; member in art::BCEVisitor