Searched refs:topological_order_loop_ends_ (Results 1 – 3 of 3) sorted by relevance
761 DCHECK(!topological_order_loop_ends_.empty()); in GetTopologicalSortOrderLoopEnds()762 return topological_order_loop_ends_; in GetTopologicalSortOrderLoopEnds()780 return topological_order_loop_ends_[topological_order_indexes_[bb_id]] != 0u; in IsLoopHead()1386 ArenaVector<uint16_t> topological_order_loop_ends_; variable
117 ASSERT_FALSE(cu_.mir_graph->topological_order_loop_ends_.empty()); in ComputeTopologicalSortOrder()
105 topological_order_loop_ends_(arena->Adapter(kArenaAllocTopologicalSortOrder)), in MIRGraph()1964 topological_order_loop_ends_.clear(); in ComputeTopologicalSortOrder()1965 topological_order_loop_ends_.resize(num_blocks, 0u); in ComputeTopologicalSortOrder()1991 topological_order_loop_ends_[topological_order_indexes_[bb->id]] = idx; in ComputeTopologicalSortOrder()