Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_gcm.c824 struct set *gvn_set = nir_instr_set_create(NULL); in opt_gcm_impl() local
829 if (nir_instr_set_add_or_rewrite(gvn_set, instr, NULL)) in opt_gcm_impl()
832 nir_instr_set_destroy(gvn_set); in opt_gcm_impl()