Searched refs:early_exit_loop_ (Results 1 – 1 of 1) sorted by relevance
539 early_exit_loop_( in BCEVisitor()576 early_exit_loop_.clear(); in Finish()1398 auto it = early_exit_loop_.find(loop_id); in IsEarlyExitLoop()1399 if (it != early_exit_loop_.end()) { in IsEarlyExitLoop()1408 early_exit_loop_.Put(loop_id, true); in IsEarlyExitLoop()1413 early_exit_loop_.Put(loop_id, false); in IsEarlyExitLoop()1722 ArenaSafeMap<uint32_t, bool> early_exit_loop_; member in art::BCEVisitor