Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c190 nir_instr *break_instr = nir_block_last_instr(limiting_term->break_block); in simple_unroll() local
191 nir_instr_remove(break_instr); in simple_unroll()
401 nir_instr *break_instr = nir_block_last_instr(limiting_term->break_block); in complex_unroll() local
402 nir_instr_remove(break_instr); in complex_unroll()
544 nir_instr *break_instr = in wrapper_unroll() local
546 nir_instr_remove(break_instr); in wrapper_unroll()