Searched refs:has_nested_loop (Results 1 – 2 of 2) sorted by relevance
987 bool has_nested_loop = false; in process_loops() local1004 progress |= process_loops_in_block(sh, &loop->body, &has_nested_loop); in process_loops()1076 if (!has_nested_loop && one_lt && !loop->partially_unrolled && in process_loops()1104 (loop->info->max_trip_count != 1 && has_nested_loop)) in process_loops()1168 bool has_nested_loop = false; in nir_opt_loop_unroll_impl() local1170 &has_nested_loop); in nir_opt_loop_unroll_impl()
2413 - nir/opt_loop_unroll: Fix has_nested_loop handling