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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_opt_redundant_flags.c99 struct qinst *last_flags = NULL; local in function:vir_opt_redundant_flags_block
106 last_flags = NULL;
116 last_flags = NULL;
121 if (last_flags &&
122 vir_instr_flags_op_equal(inst, last_flags)) {
126 last_flags = inst;
130 if (last_flags && vir_sources_modified(last_flags, inst)) {
131 last_flags = NULL;
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_opt_redundant_flags.c99 struct qinst *last_flags = NULL; local in function:vir_opt_redundant_flags_block
106 last_flags = NULL;
112 last_flags = NULL;
116 if (last_flags &&
117 vir_instr_flags_op_equal(inst, last_flags)) {
121 last_flags = inst;
125 if (last_flags && vir_sources_modified(last_flags, inst)) {
126 last_flags = NULL;

Completed in 2 milliseconds