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

/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_opt_dead_code.c113 struct qinst *last_flags_write = NULL; local in function:vir_opt_dead_code
120 last_flags_write = NULL;
135 if (last_flags_write &&
138 vir_dce_flags(c, last_flags_write);
142 last_flags_write = inst;
170 assert(inst != last_flags_write);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_opt_dead_code.c202 struct qinst *last_flags_write = NULL; local in function:vir_opt_dead_code
209 last_flags_write = NULL;
238 if (last_flags_write &&
241 vir_dce_flags(c, last_flags_write);
245 last_flags_write = inst;
283 assert(inst != last_flags_write);

Completed in 3 milliseconds