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.c427 nir_parallel_copy_instr *start_pcopy = NULL; in aggressive_coalesce_block() local
434 start_pcopy = nir_instr_as_parallel_copy(instr); in aggressive_coalesce_block()
436 aggressive_coalesce_parallel_copy(start_pcopy, state); in aggressive_coalesce_block()
445 if (end_pcopy && end_pcopy != start_pcopy) in aggressive_coalesce_block()