Searched refs:topological_order_loop_head_stack_ (Results 1 – 3 of 3) sorted by relevance
772 return &topological_order_loop_head_stack_; in GetTopologicalSortOrderLoopHeadStack()1390 ArenaVector<std::pair<uint16_t, bool>> topological_order_loop_head_stack_; variable
107 topological_order_loop_head_stack_(arena->Adapter(kArenaAllocTopologicalSortOrder)), in MIRGraph()2091 topological_order_loop_head_stack_.clear(); in ComputeTopologicalSortOrder()2092 topological_order_loop_head_stack_.reserve(max_nested_loops); in ComputeTopologicalSortOrder()
1768 size_t pred_loop_depth = topological_order_loop_head_stack_.size(); in EliminateSuspendChecks()1770 pred_topo_idx < topological_order_loop_head_stack_[pred_loop_depth - 1].first) { in EliminateSuspendChecks()