Lines Matching refs:next
99 Instruction *mov, *si, *next;
101 for (mov = bb->getEntry(); mov; mov = next) {
102 next = mov->next;
132 Instruction *i, *next, *si;
134 for (i = bb->getEntry(); i; i = next) {
135 next = i->next;
260 Instruction *next;
262 for (Instruction *i = bb->getEntry(); i; i = next) {
263 next = i->next;
310 Instruction *next;
312 for (Instruction *i = bb->getEntry(); i; i = next) {
313 next = i->next;
409 Instruction *i, *next;
411 for (i = bb->getEntry(); i; i = next) {
412 next = i->next;
1734 Instruction *i, *next, *mi;
1737 for (i = bb->getEntry(); i; i = next) {
1738 next = i->next;
2375 Instruction *next;
2376 for (Instruction *i = bb->getEntry(); i; i = next) {
2377 next = i->next;
2578 Instruction *i, *next;
2581 for (i = bb->getEntry(); i; i = next) {
2582 next = i->next;
2697 Record *next;
2760 Record *it, *next;
2761 for (it = loads[i]; it; it = next) {
2762 next = it->next;
2766 for (it = stores[i]; it; it = next) {
2767 next = it->next;
2923 next = *list;
2924 if (next)
2925 next->prev = this;
2933 if (next)
2934 next->prev = prev;
2936 prev->next = next;
2938 *list = next;
2969 for (; it; it = it->next) {
3130 for (Record *r = stores[ld->src(0).getFile()]; r; r = r->next)
3144 for (Record *r = loads[f]; r; r = r->next)
3148 for (Record *r = stores[f]; r; r = r->next)
3167 Instruction *ldst, *next;
3171 for (ldst = bb->getEntry(); ldst; ldst = next) {
3174 next = ldst->next;
3360 for (Instruction *i = bb->getEntry(); i; i = i->next) {
3491 for (insn = bL->getEntry(); insn; insn = insn->next, ++nL)
3497 ei.next();
3501 for (insn = bR->getEntry(); insn; insn = insn->next, ++nR)
3788 Instruction *phi, *next, *ik;
3793 for (phi = bb->getPhi(); phi && phi->op == OP_PHI; phi = next) {
3794 next = phi->next;
3850 Instruction *ir, *next;
3856 for (ir = bb->getFirst(); ir; ir = ir->next)
3859 for (ir = bb->getFirst(); ir; ir = next) {
3863 next = ir->next;