Searched refs:stitch_blocks (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_control_flow.c | 552 stitch_blocks(nir_block *before, nir_block *after) function in typeref:typename:void 592 /* stitch_blocks() assumes that any block that ends with a jump has 599 stitch_blocks(block, after); 600 stitch_blocks(before, block); 729 stitch_blocks(block_before, block_after); 802 stitch_blocks(before, 804 stitch_blocks(nir_cf_node_as_block(nir_cf_node_prev(&after->cf_node)),
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_control_flow.c | 542 stitch_blocks(nir_block *before, nir_block *after) function in typeref:typename:void 582 /* stitch_blocks() assumes that any block that ends with a jump has 589 stitch_blocks(block, after); 590 stitch_blocks(before, block); 700 stitch_blocks(block_before, block_after); 719 stitch_blocks(before, 721 stitch_blocks(nir_cf_node_as_block(nir_cf_node_prev(&after->cf_node)),
|
Completed in 36 milliseconds