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

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c1920 int next_q = NEXT_Q_AFTER (q_ptr, n_cycles);
1921 NEXT_INSN (insn) = insn_queue[next_q];
1922 insn_queue[next_q] = insn;
1912 int next_q = NEXT_Q_AFTER (q_ptr, n_cycles); local
H A Dhaifa-sched.c4263 int next_q = NEXT_Q_AFTER (q_ptr, n_cycles);
4264 rtx link = alloc_INSN_LIST (insn, insn_queue[next_q]);
4265 insn_queue[next_q] = link;
4255 int next_q = NEXT_Q_AFTER (q_ptr, n_cycles); local
/haiku-buildtools/gcc/gcc/
H A Dfunction.c1034 struct temp_slot *p, *q, *next, *next_q;
1058 for (q = p->next; q; q = next_q)
1062 next_q = q->next;
1027 struct temp_slot *p, *q, *next, *next_q; local
H A Dhaifa-sched.c2884 int next_q = NEXT_Q_AFTER (q_ptr, n_cycles);
2885 rtx_insn_list *link = alloc_INSN_LIST (insn, insn_queue[next_q]);
2891 insn_queue[next_q] = link;
2902 QUEUE_INDEX (insn) = next_q;
2872 int next_q = NEXT_Q_AFTER (q_ptr, n_cycles); local

Completed in 201 milliseconds