Searched refs:split_block_before_instr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_control_flow.c339 split_block_before_instr(nir_instr *instr) function in typeref:typename:nir_block *
381 before = split_block_before_instr(cursor.instr);
385 /* We lower this to split_block_before_instr() so that we can keep the
393 before = split_block_before_instr(nir_instr_next(cursor.instr));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_control_flow.c346 split_block_before_instr(nir_instr *instr) function in typeref:typename:nir_block *
388 before = split_block_before_instr(cursor.instr);
392 /* We lower this to split_block_before_instr() so that we can keep the
400 before = split_block_before_instr(nir_instr_next(cursor.instr));

Completed in 5 milliseconds