Lines Matching full:spill1
1225 HInstr* spill1 = NULL;
1227 (*genSpill)( &spill1, &spill2, univ->regs[k],
1229 vassert(spill1 || spill2); /* can't both be NULL */
1230 if (spill1)
1231 EMIT_INSTR(spill1);
1485 HInstr* spill1 = NULL;
1487 (*genSpill)( &spill1, &spill2, univ->regs[spillee],
1489 vassert(spill1 || spill2); /* can't both be NULL */
1490 if (spill1)
1491 EMIT_INSTR(spill1);