Home
last modified time | relevance | path

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

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