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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_from_ssa.c510 nir_parallel_copy_instr *start_pcopy = NULL; local in function:aggressive_coalesce_block
517 start_pcopy = nir_instr_as_parallel_copy(instr);
519 aggressive_coalesce_parallel_copy(start_pcopy, state);
528 if (end_pcopy && end_pcopy != start_pcopy)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_from_ssa.c427 nir_parallel_copy_instr *start_pcopy = NULL; local in function:aggressive_coalesce_block
434 start_pcopy = nir_instr_as_parallel_copy(instr);
436 aggressive_coalesce_parallel_copy(start_pcopy, state);
445 if (end_pcopy && end_pcopy != start_pcopy)

Completed in 4 milliseconds