Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c1225 HInstr* spill1 = NULL; in doRegisterAllocation() local
1227 (*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() local
1487 (*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()