Searched refs:ctx_pool (Results 1 – 3 of 3) sorted by relevance
279 static struct gimplify_ctx *ctx_pool = NULL; variable286 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()
286 static struct gimplify_ctx *ctx_pool = NULL; variable293 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()
5755 (ctx_pool, ctx_alloc, ctx_free, free_gimplify_stack): New. Manage a