Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_from_ssa.c426 nir_parallel_copy_instr *start_pcopy = NULL; in aggressive_coalesce_block() local
433 start_pcopy = nir_instr_as_parallel_copy(instr); in aggressive_coalesce_block()
435 aggressive_coalesce_parallel_copy(start_pcopy, state); in aggressive_coalesce_block()
444 if (end_pcopy && end_pcopy != start_pcopy) in aggressive_coalesce_block()