Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc1996 for (BasicBlockId candidate_id : loop_exit_blocks.Indexes()) { in ComputeTopologicalSortOrder() local
1997 if (reachable == nullptr || reachable->IsBitSet(candidate_id)) { in ComputeTopologicalSortOrder()
1998 q.push(GetBasicBlock(candidate_id)); in ComputeTopologicalSortOrder()
2001 loop_exit_blocks.ClearBit(candidate_id); in ComputeTopologicalSortOrder()