Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc1686 for (BasicBlockId candidate_id : loop_exit_blocks.Indexes()) { in ComputeTopologicalSortOrder() local
1687 if (reachable == nullptr || reachable->IsBitSet(candidate_id)) { in ComputeTopologicalSortOrder()
1688 q.push(GetBasicBlock(candidate_id)); in ComputeTopologicalSortOrder()
1691 loop_exit_blocks.ClearBit(candidate_id); in ComputeTopologicalSortOrder()