Searched refs:reload1 (Results 1 – 1 of 1) sorted by relevance
1332 HInstr* reload1 = NULL; in doRegisterAllocation() local1334 (*genReload)( &reload1, &reload2, rreg_state[k].rreg, in doRegisterAllocation()1336 vassert(reload1 || reload2); /* can't both be NULL */ in doRegisterAllocation()1337 if (reload1) in doRegisterAllocation()1338 EMIT_INSTR(reload1); in doRegisterAllocation()1441 HInstr* reload1 = NULL; in doRegisterAllocation() local1443 (*genReload)( &reload1, &reload2, rreg_state[spillee].rreg, in doRegisterAllocation()1445 vassert(reload1 || reload2); /* can't both be NULL */ in doRegisterAllocation()1446 if (reload1) in doRegisterAllocation()1447 EMIT_INSTR(reload1); in doRegisterAllocation()