Searched refs:first_else_block (Results 1 – 3 of 3) sorted by relevance
139 nir_block *first_else_block = nir_if_first_else_block(if_stmt); in link_block_to_non_block() local142 link_blocks(block, first_then_block, first_else_block); in link_block_to_non_block()300 nir_block *first_else_block = nir_if_first_else_block(next_if); in block_add_normal_succs() local302 link_blocks(block, first_then_block, first_else_block); in block_add_normal_succs()304 nir_insert_phi_undef(first_else_block, block); in block_add_normal_succs()
477 pub fn first_else_block(&self) -> &nir_block { in first_else_block() method
3518 ni.first_else_block(), in parse_block()