Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1396 const uint32_t loop_id = loop->GetHeader()->GetBlockId(); in IsEarlyExitLoop() local
1398 auto it = early_exit_loop_.find(loop_id); in IsEarlyExitLoop()
1408 early_exit_loop_.Put(loop_id, true); in IsEarlyExitLoop()
1413 early_exit_loop_.Put(loop_id, false); in IsEarlyExitLoop()
1468 const uint32_t loop_id = loop->GetHeader()->GetBlockId(); in CanHandleInfiniteLoop() local
1469 if (finite_loop_.find(loop_id) != finite_loop_.end()) { in CanHandleInfiniteLoop()
1482 finite_loop_.insert(loop_id); in CanHandleInfiniteLoop()
1505 const uint32_t loop_id = header->GetBlockId(); in GetPreHeader() local
1506 auto it = taken_test_loop_.find(loop_id); in GetPreHeader()
1587 const uint32_t loop_id = loop->GetHeader()->GetBlockId(); in TransformLoopForDeoptimizationIfNeeded() local
[all …]