Home | History | Annotate | Download | only in priv

Lines Matching refs:reload2

1333                HInstr* reload2 = NULL;
1334 (*genReload)( &reload1, &reload2, rreg_state[k].rreg,
1336 vassert(reload1 || reload2); /* can't both be NULL */
1339 if (reload2)
1340 EMIT_INSTR(reload2);
1442 HInstr* reload2 = NULL;
1443 (*genReload)( &reload1, &reload2, rreg_state[spillee].rreg,
1445 vassert(reload1 || reload2); /* can't both be NULL */
1448 if (reload2)
1449 EMIT_INSTR(reload2);