Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_analysis.cc395 uint32_t desired_size = unrolling_inst - num_inst_header - 3; in GetUnrollingFactor() local
396 if (desired_size < (2 * num_inst_loop_body)) { in GetUnrollingFactor()
401 if ((desired_size >> unrolling_factor) >= num_inst_loop_body) { in GetUnrollingFactor()