Searched refs:nir_instr_set_add_or_rewrite (Results 1 – 4 of 4) sorted by relevance
54 bool nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr);
47 if (nir_instr_set_add_or_rewrite(instr_set, instr)) { in cse_block()
479 if (nir_instr_set_add_or_rewrite(gvn_set, instr)) { in opt_gcm_impl()
506 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr) in nir_instr_set_add_or_rewrite() function