Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_analysis.cc352 uint32_t num_inst = 0, num_inst_header = 0, num_inst_loop_body = 0; in GetUnrollingFactor() local
375 num_inst_loop_body += num_inst; in GetUnrollingFactor()
384 if (desired_size < (2 * num_inst_loop_body)) { in GetUnrollingFactor()
389 if ((desired_size >> unrolling_factor) >= num_inst_loop_body) { in GetUnrollingFactor()