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

/external/valgrind/VEX/priv/
H A Dhost_generic_reg_alloc2.c1225 HInstr* spill1 = NULL; local
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; local
1487 (*genSpill)( &spill1, &spill2, univ->regs[spillee],
1489 vassert(spill1 || spill2); /* can't both be NULL */
1490 if (spill1)
1491 EMIT_INSTR(spill1);
[all...]

Completed in 141 milliseconds