Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc1943 ArenaBitVector loop_exit_blocks(&allocator, num_blocks, false, kBitMapMisc); in ComputeTopologicalSortOrder() local
1944 loop_exit_blocks.ClearAllBits(); in ComputeTopologicalSortOrder()
1996 for (BasicBlockId candidate_id : loop_exit_blocks.Indexes()) { in ComputeTopologicalSortOrder()
2001 loop_exit_blocks.ClearBit(candidate_id); in ComputeTopologicalSortOrder()
2083 DCHECK(!loop_exit_blocks.IsBitSet(successor->id)); in ComputeTopologicalSortOrder()
2084 loop_exit_blocks.SetBit(successor->id); in ComputeTopologicalSortOrder()