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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_lower_spill.c115 struct ir3_instruction *last_spill = NULL; local in function:add_spill_reload_deps
119 last_spill) {
120 ir3_instr_add_dep(instr, last_spill);
124 last_spill = instr;
128 last_spill = NULL;
132 last_spill) {
133 ir3_instr_add_dep(last_spill, instr);
137 last_spill = instr;

Completed in 2 milliseconds