Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h776 return max_nested_loops_; in GetMaxNestedLoops()
1391 size_t max_nested_loops_; variable
Dmir_graph.cc108 max_nested_loops_(0u), in MIRGraph()
2093 max_nested_loops_ = max_nested_loops; in ComputeTopologicalSortOrder()
Dmir_optimization.cc1395 if (max_nested_loops_ != 0u) { in ApplyGlobalValueNumberingEnd()