Searched refs:first_break_block (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c79 nir_block **first_break_block,
84 *first_break_block = nir_if_first_else_block(term->nif);
87 *first_break_block = nir_if_first_then_block(term->nif);
125 nir_block *first_break_block; local in function:simple_unroll
127 get_first_blocks_in_terminator(terminator, &first_break_block,
144 nir_block *first_break_block; local in function:simple_unroll
146 get_first_blocks_in_terminator(limiting_term, &first_break_block,
193 nir_cf_extract(&break_list, nir_before_block(first_break_block),
393 nir_block *first_break_block; local in function:complex_unroll
395 get_first_blocks_in_terminator(limiting_term, &first_break_block,
78 get_first_blocks_in_terminator(nir_loop_terminator * term,nir_block ** first_break_block,nir_block ** first_continue_block) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c79 nir_block **first_break_block,
84 *first_break_block = nir_if_first_else_block(term->nif);
87 *first_break_block = nir_if_first_then_block(term->nif);
125 nir_block *first_break_block; local in function:simple_unroll
127 get_first_blocks_in_terminator(terminator, &first_break_block,
144 nir_block *first_break_block; local in function:simple_unroll
146 get_first_blocks_in_terminator(limiting_term, &first_break_block,
193 nir_cf_extract(&break_list, nir_before_block(first_break_block),
393 nir_block *first_break_block; local in function:complex_unroll
395 get_first_blocks_in_terminator(limiting_term, &first_break_block,
78 get_first_blocks_in_terminator(nir_loop_terminator * term,nir_block ** first_break_block,nir_block ** first_continue_block) argument
[all...]

Completed in 3 milliseconds