Searched refs:candidate_id (Results 1 – 1 of 1) sorted by relevance
1686 for (BasicBlockId candidate_id : loop_exit_blocks.Indexes()) { in ComputeTopologicalSortOrder() local1687 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()