Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_sweep.c38 #define steal_list(mem_ctx, type, list) \ macro
130 steal_list(nir, nir_variable, &impl->locals); in sweep_impl()
131 steal_list(nir, nir_register, &impl->registers); in sweep_impl()
166 steal_list(nir, nir_variable, &nir->variables); in nir_sweep()