Searched refs:spill1 (Results 1 – 1 of 1) sorted by relevance
1225 HInstr* spill1 = NULL; in doRegisterAllocation() local1227 (*genSpill)( &spill1, &spill2, univ->regs[k], in doRegisterAllocation()1229 vassert(spill1 || spill2); /* can't both be NULL */ in doRegisterAllocation()1230 if (spill1) in doRegisterAllocation()1231 EMIT_INSTR(spill1); in doRegisterAllocation()1485 HInstr* spill1 = NULL; in doRegisterAllocation() local1487 (*genSpill)( &spill1, &spill2, univ->regs[spillee], in doRegisterAllocation()1489 vassert(spill1 || spill2); /* can't both be NULL */ in doRegisterAllocation()1490 if (spill1) in doRegisterAllocation()1491 EMIT_INSTR(spill1); in doRegisterAllocation()