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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_gcm.c477 struct set *gvn_set = nir_instr_set_create(NULL); local in function:opt_gcm_impl
479 if (nir_instr_set_add_or_rewrite(gvn_set, instr)) {
484 nir_instr_set_destroy(gvn_set);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_gcm.c761 struct set *gvn_set = nir_instr_set_create(NULL); local in function:opt_gcm_impl
766 if (nir_instr_set_add_or_rewrite(gvn_set, instr, NULL))
769 nir_instr_set_destroy(gvn_set);

Completed in 3 milliseconds