Searched refs:first_then_block (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_control_flow.c | 138 nir_block *first_then_block = nir_if_first_then_block(if_stmt); local in function:link_block_to_non_block 142 link_blocks(block, first_then_block, first_else_block); 304 nir_block *first_then_block = nir_if_first_then_block(next_if); local in function:block_add_normal_succs 307 link_blocks(block, first_then_block, first_else_block); |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ | ||
| H A D | nir_control_flow.c | 138 nir_block *first_then_block = nir_if_first_then_block(if_stmt); local in function:link_block_to_non_block 142 link_blocks(block, first_then_block, first_else_block); 311 nir_block *first_then_block = nir_if_first_then_block(next_if); local in function:block_add_normal_succs 314 link_blocks(block, first_then_block, first_else_block); |
Completed in 20 milliseconds