Home
last modified time | relevance | path

Searched refs:spill1 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c1151 HInstr* spill1 = NULL; in doRegisterAllocation() local
1153 (*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() local
1417 (*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()