Searched refs:suspend_checks_in_loops (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_optimization.cc1749 uint32_t suspend_checks_in_loops = (1u << bb->nesting_depth) - 1u; // Start with all loop heads. local
1775 // Intersect pred_mask bits in suspend_checks_in_loops with
1778 suspend_checks_in_loops = suspend_checks_in_loops & ~pred_loops_without_checks;
1785 suspend_checks_in_loops &= pred_mask_union;
1787 suspend_checks_in_loops_[bb->id] = suspend_checks_in_loops;
1788 if (suspend_checks_in_loops == 0u) {

Completed in 32 milliseconds