Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_control_flow.c145 nir_block *first_then_block = nir_if_first_then_block(if_stmt); in link_block_to_non_block() local
149 link_blocks(block, first_then_block, first_else_block); in link_block_to_non_block()
320 nir_block *first_then_block = nir_if_first_then_block(next_if); in block_add_normal_succs() local
323 link_blocks(block, first_then_block, first_else_block); in block_add_normal_succs()