Home
last modified time | relevance | path

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

/art/compiler/dex/
Dglobal_value_numbering.h45 cu->mir_graph->GetMaxNestedLoops() > kMaxAllowedNestedLoops; in Skip()
Dmir_graph.h775 size_t GetMaxNestedLoops() const { in GetMaxNestedLoops() function
Dmir_optimization.cc1729 GetMaxNestedLoops() == 0u || // Nothing to do. in EliminateSuspendChecksGate()
1730 GetMaxNestedLoops() >= 32u || // Only 32 bits in suspend_checks_in_loops_[.]. in EliminateSuspendChecksGate()