Searched refs:num_inst_loop_body (Results 1 – 1 of 1) sorted by relevance
352 uint32_t num_inst = 0, num_inst_header = 0, num_inst_loop_body = 0; in GetUnrollingFactor() local375 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()