Searched refs:next_q (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dhaifa-sched.c943 int next_q = NEXT_Q_AFTER (q_ptr, n_cycles);
944 rtx link = alloc_INSN_LIST (insn, insn_queue[next_q]);
948 insn_queue[next_q] = link;
959 QUEUE_INDEX (insn) = next_q;
939 int next_q = NEXT_Q_AFTER (q_ptr, n_cycles); local
H A Dfunction.c884 struct temp_slot *p, *q, *next, *next_q;
908 for (q = p->next; q; q = next_q)
912 next_q = q->next;
876 struct temp_slot *p, *q, *next, *next_q; local

Completed in 110 milliseconds