Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_sweep.c138 struct list_head instr_gc_list; in nir_sweep() local
139 list_inithead(&instr_gc_list); in nir_sweep()
141 list_replace(&nir->gc_list, &instr_gc_list); in nir_sweep()
160 list_for_each_entry_safe(nir_instr, instr, &instr_gc_list, gc_node) { in nir_sweep()
163 assert(list_is_empty(&instr_gc_list)); in nir_sweep()