HomeSort by: relevance | last modified time | path
    Searched refs:stitch_blocks (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_control_flow.c 552 stitch_blocks(nir_block *before, nir_block *after) function
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/
nir_control_flow.c 542 stitch_blocks(nir_block *before, nir_block *after) function
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 27 milliseconds