Searched refs:num_inst_loop_body (Results 1 – 1 of 1) sorted by relevance
361 uint32_t num_inst = 0, num_inst_header = 0, num_inst_loop_body = 0; in GetUnrollingFactor() local384 num_inst_loop_body += num_inst; in GetUnrollingFactor()393 if (desired_size < (2 * num_inst_loop_body)) { in GetUnrollingFactor()398 if ((desired_size >> unrolling_factor) >= num_inst_loop_body) { in GetUnrollingFactor()