Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c510 nir_parallel_copy_instr *start_pcopy = NULL; in aggressive_coalesce_block() local
517 start_pcopy = nir_instr_as_parallel_copy(instr); in aggressive_coalesce_block()
519 aggressive_coalesce_parallel_copy(start_pcopy, state); in aggressive_coalesce_block()
528 if (end_pcopy && end_pcopy != start_pcopy) in aggressive_coalesce_block()