Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c471 is_loop_small_enough_to_unroll(nir_shader *shader, nir_loop_info *li) in is_loop_small_enough_to_unroll() function
523 if (!is_loop_small_enough_to_unroll(sh, loop->info)) in process_loops()