Searched refs:break_instr (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ | ||
| H A D | nir_opt_loop_unroll.c | 190 nir_instr *break_instr = nir_block_last_instr(limiting_term->break_block); local in function:simple_unroll 191 nir_instr_remove(break_instr); 401 nir_instr *break_instr = nir_block_last_instr(limiting_term->break_block); local in function:complex_unroll 402 nir_instr_remove(break_instr); 544 nir_instr *break_instr = local in function:wrapper_unroll 546 nir_instr_remove(break_instr); |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_opt_loop_unroll.c | 190 nir_instr *break_instr = nir_block_last_instr(limiting_term->break_block); local in function:simple_unroll 191 nir_instr_remove(break_instr); 401 nir_instr *break_instr = nir_block_last_instr(limiting_term->break_block); local in function:complex_unroll 402 nir_instr_remove(break_instr); 544 nir_instr *break_instr = local in function:wrapper_unroll 546 nir_instr_remove(break_instr); |
Completed in 7 milliseconds