Searched refs:first_break_block (Results 1 – 1 of 1) sorted by relevance
79 nir_block **first_break_block, in get_first_blocks_in_terminator() argument84 *first_break_block = nir_if_first_else_block(term->nif); in get_first_blocks_in_terminator()87 *first_break_block = nir_if_first_then_block(term->nif); in get_first_blocks_in_terminator()125 nir_block *first_break_block; in simple_unroll() local127 get_first_blocks_in_terminator(terminator, &first_break_block, in simple_unroll()144 nir_block *first_break_block; in simple_unroll() local146 get_first_blocks_in_terminator(limiting_term, &first_break_block, in simple_unroll()206 nir_cf_extract(&break_list, nir_before_block(first_break_block), in simple_unroll()349 nir_block *first_break_block; in complex_unroll() local351 get_first_blocks_in_terminator(limiting_term, &first_break_block, in complex_unroll()[all …]