Home | History | Annotate | Download | only in priv

Lines Matching defs:Bound

104       /* Used when .disp == Bound and we are looking for vregs to
107 /* Optimisation: used when .disp == Bound. Indicates when the
115 Bound /* in use (holding value of some vreg) */
118 /* If .disp == Bound, what vreg is it bound to? */
152 Only do the search for vregs which are Bound in the running state,
179 vassert(state[k].disp == Bound);
482 case Bound: vex_printf("BoundTo "); \
1037 vassert(rreg_state[j].disp == Bound
1059 if (rreg_state[j].disp != Bound) {
1074 if (rreg_state[j].disp != Bound)
1085 vassert(rreg_state[k].disp == Bound);
1149 /* ------ Free up rregs bound to dead vregs ------ */
1155 if (rreg_state[j].disp != Bound)
1217 if (rreg_state[k].disp == Bound) {
1350 vassert(rreg_state[n].disp == Bound);
1386 rreg_state[k].disp = Bound;
1435 if (rreg_state[k].disp != Bound)
1470 vassert(rreg_state[spillee].disp == Bound);