Searched refs:tailp (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dvaltrack.c342 struct dead_debug_use **tailp = &debug->head; local
378 while ((cur = *tailp))
381 *tailp = cur->next;
385 tailp = &cur->next;
565 struct dead_debug_use **tailp = &debug->head; local
586 while ((cur = *tailp))
594 *tailp = cur->next;
600 *tailp = cur->next;
608 tailp = &(*tailp)
[all...]
H A Dsel-sched-ir.c191 ilist_t head = NULL, *tailp = &head;
195 ilist_add (tailp, ILIST_INSN (l));
196 tailp = &ILIST_NEXT (*tailp);
859 flist_t *tailp = FLIST_TAIL_TAILP (new_fences);
874 _list_add (tailp);
875 FLIST_TAIL_TAILP (new_fences) = &FLIST_NEXT (*tailp);
876 *FLIST_FENCE (*tailp) = *old;
877 init_fence_for_scheduling (FLIST_FENCE (*tailp));
188 ilist_t head = NULL, *tailp = &head; local
852 flist_t *tailp = FLIST_TAIL_TAILP (new_fences); local
H A Dsel-sched-ir.h339 flist_t *tailp; member in struct:flist_tail_def
344 #define FLIST_TAIL_TAILP(L) ((L)->tailp)
H A Dhaifa-sched.c4966 rtx_insn **headp, rtx_insn **tailp)
5051 *tailp = end_tail;
4950 get_ebb_head_tail(basic_block beg, basic_block end, rtx_insn **headp, rtx_insn **tailp) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dhaifa-sched.c4889 get_block_head_tail (bb, headp, tailp)
4892 rtx *tailp;
4920 *tailp = tail;

Completed in 181 milliseconds