Searched refs:spill1 (Results 1 – 1 of 1) sorted by relevance
1151 HInstr* spill1 = NULL; in doRegisterAllocation() local1153 (*genSpill)( &spill1, &spill2, rreg_state[k].rreg, in doRegisterAllocation()1155 vassert(spill1 || spill2); /* can't both be NULL */ in doRegisterAllocation()1156 if (spill1) in doRegisterAllocation()1157 EMIT_INSTR(spill1); in doRegisterAllocation()1415 HInstr* spill1 = NULL; in doRegisterAllocation() local1417 (*genSpill)( &spill1, &spill2, rreg_state[spillee].rreg, in doRegisterAllocation()1419 vassert(spill1 || spill2); /* can't both be NULL */ in doRegisterAllocation()1420 if (spill1) in doRegisterAllocation()1421 EMIT_INSTR(spill1); in doRegisterAllocation()