Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h772 return &topological_order_loop_head_stack_; in GetTopologicalSortOrderLoopHeadStack()
1390 ArenaVector<std::pair<uint16_t, bool>> topological_order_loop_head_stack_; variable
Dmir_graph.cc107 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()
Dmir_optimization.cc1768 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()