Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h375 dfs_id(), start_offset(), fall_through(), taken(), i_dom(), nesting_depth(), in BasicBlock()
390 uint16_t nesting_depth; variable
1042 uint16_t target_depth = GetBasicBlock(target_bb_id)->nesting_depth; in IsSuspendCheckEdge()
Dmir_optimization.cc1743 DCHECK_EQ(GetTopologicalSortOrderLoopHeadStack()->size(), bb->nesting_depth); in EliminateSuspendChecks()
1744 if (bb->nesting_depth == 0u) { in EliminateSuspendChecks()
1749 uint32_t suspend_checks_in_loops = (1u << bb->nesting_depth) - 1u; // Start with all loop heads. in EliminateSuspendChecks()
1773 DCHECK_LE(pred_loop_depth, GetBasicBlock(pred_id)->nesting_depth); in EliminateSuspendChecks()
1783 DCHECK_GE(((1u << (IsLoopHead(bb->id) ? bb->nesting_depth - 1u: bb->nesting_depth)) - 1u), in EliminateSuspendChecks()
Dmir_dataflow.cc1387 uint32_t depth = std::min(3U, static_cast<uint32_t>(bb->nesting_depth)); in GetUseCountWeight()
Dmir_graph.cc2061 bb->nesting_depth = loop_head_stack.size(); in ComputeTopologicalSortOrder()