Lines Matching refs:next
11 * The above copyright notice and this permission notice (including the next
326 for (ir_instruction *ir = (ir_instruction *)start->next;
327 ir != bb_last->next;
328 ir = (ir_instruction *)ir->next) {
350 ir_instruction *ir, *next;
352 for (ir = bb_first, next = (ir_instruction *)ir->next;
353 ir != bb_last->next;
354 ir = next, next = (ir_instruction *)ir->next) {