Searched refs:pool_list (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dframe_malloc.h82 struct pool_cons *pool_list; member in struct:__cilkrts_frame_cache
H A Dframe_malloc.c139 c->cdr = g->frame_malloc.pool_list;
140 g->frame_malloc.pool_list = c;
186 g->frame_malloc.pool_list = 0;
237 while ((c = g->frame_malloc.pool_list)) {
238 g->frame_malloc.pool_list = c->cdr;
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c7929 s390_start_pool (struct constant_pool **pool_list, rtx_insn *insn)
7936 for (prev = pool_list; *prev; prev = &(*prev)->next)
7969 s390_find_pool (struct constant_pool *pool_list, rtx insn)
7973 for (pool = pool_list; pool; pool = pool->next)
8463 struct constant_pool *curr_pool = NULL, *pool_list = NULL;
8497 curr_pool = s390_start_pool (&pool_list, insn);
8512 curr_pool = s390_start_pool (&pool_list, insn);
8690 if (s390_find_pool (pool_list, label)
8691 != s390_find_pool (pool_list, insn))
8709 if (s390_find_pool (pool_list, labe
7928 s390_start_pool(struct constant_pool **pool_list, rtx_insn *insn) argument
7968 s390_find_pool(struct constant_pool *pool_list, rtx insn) argument
8462 struct constant_pool *curr_pool = NULL, *pool_list = NULL; local
8758 s390_chunkify_finish(struct constant_pool *pool_list) argument
8814 s390_chunkify_cancel(struct constant_pool *pool_list) argument
[all...]

Completed in 104 milliseconds