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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c325 nir_deref_instr *dst_match = NULL; local in function:lookup_entry_and_kill_aliases
341 assert(!dst_match);
342 dst_match = iter->dst;
349 if (dst_match) {
351 if (iter->dst == dst_match) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c381 nir_deref_instr *dst_match = NULL; local in function:lookup_entry_and_kill_aliases
400 assert(!dst_match);
401 dst_match = iter->dst.instr;
408 if (dst_match) {
410 if (iter->dst.instr == dst_match) {

Completed in 5 milliseconds