Searched refs:first_else_block (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_control_flow.c | 139 nir_block *first_else_block = nir_if_first_else_block(if_stmt); local in function:link_block_to_non_block 142 link_blocks(block, first_then_block, first_else_block); 305 nir_block *first_else_block = nir_if_first_else_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 | 139 nir_block *first_else_block = nir_if_first_else_block(if_stmt); local in function:link_block_to_non_block 142 link_blocks(block, first_then_block, first_else_block); 312 nir_block *first_else_block = nir_if_first_else_block(next_if); local in function:block_add_normal_succs 314 link_blocks(block, first_then_block, first_else_block); |
Completed in 3 milliseconds