Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_control_flow.c139 nir_block *first_else_block = nir_if_first_else_block(if_stmt); in link_block_to_non_block() local
142 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() local
302 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()
/external/mesa3d/src/compiler/rust/
Dnir.rs477 pub fn first_else_block(&self) -> &nir_block { in first_else_block() method
/external/mesa3d/src/nouveau/compiler/nak/
Dfrom_nir.rs3518 ni.first_else_block(), in parse_block()