Home
last modified time | relevance | path

Searched refs:ctx_pool (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c279 static struct gimplify_ctx *ctx_pool = NULL; variable
286 struct gimplify_ctx * c = ctx_pool; in ctx_alloc()
289 ctx_pool = c->prev_context; in ctx_alloc()
302 c->prev_context = ctx_pool; in ctx_free()
303 ctx_pool = c; in ctx_free()
313 while ((c = ctx_pool)) in free_gimplify_stack()
315 ctx_pool = c->prev_context; in free_gimplify_stack()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc286 static struct gimplify_ctx *ctx_pool = NULL; variable
293 struct gimplify_ctx * c = ctx_pool; in ctx_alloc()
296 ctx_pool = c->prev_context; in ctx_alloc()
309 c->prev_context = ctx_pool; in ctx_free()
310 ctx_pool = c; in ctx_free()
320 while ((c = ctx_pool)) in free_gimplify_stack()
322 ctx_pool = c->prev_context; in free_gimplify_stack()
H A DChangeLog-20135755 (ctx_pool, ctx_alloc, ctx_free, free_gimplify_stack): New. Manage a