Home | History | Annotate | Download | only in mips

Lines Matching full:live

46  * live until it is either explicitly killed or reallocated.
67 regs[i].live = false;
79 p[i].reg, p[i].inUse, p[i].pair, p[i].partner, p[i].live,
114 if ((info1->live && info1->dirty) || (info2->live && info2->dirty)) {
129 if (info->live && info->dirty) {
144 if (p[i].live && p[i].dirty) {
151 p[i].live = false;
181 p[i].live = false;
205 if (!p[next].inUse && !p[next].live) {
247 if ((!p[next].inUse && !p[next].live) &&
248 (!p[next+1].inUse && !p[next+1].live)) {
309 if (p[i].live && (p[i].sReg == sReg)) {
379 return p[i].live ? &p[i] : NULL;
386 return p[i].live ? &p[i] : NULL;
425 p[i].live = false;
434 p[i].live = false;
651 // Make sure nothing is live and dirty
657 if (info[i].live && info[i].dirty) {
692 if ((info->reg == reg) && (info->sReg == sReg) && info->live) {
693 return; /* already live */
696 info->live = true;
698 /* Can't be live if no associated sReg */
699 info->live = false;
741 * If the value lives in live temps, reflect that fact. No code
742 * is generated. The the live value is part of an older pair,
773 // Are the dalvik regs already live in physical registers?