Home
last modified time | relevance | path

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

/art/compiler/dex/
Dssa_transformation.cc218 curr_bb->nesting_depth++; in ComputeDomPostOrderTraversal()
Dmir_graph.h398 uint16_t nesting_depth; member
Dmir_dataflow.cc1322 uint32_t depth = std::min(3U, static_cast<uint32_t>(bb->nesting_depth)); in CountUses()