Lines Matching refs:gimplify_ctx
184 struct gimplify_ctx struct
186 struct gimplify_ctx *prev_context; argument
238 static struct gimplify_ctx *gimplify_ctxp;
279 static struct gimplify_ctx *ctx_pool = NULL;
283 static inline struct gimplify_ctx *
286 struct gimplify_ctx * c = ctx_pool; in ctx_alloc()
291 c = XNEW (struct gimplify_ctx); in ctx_alloc()
300 ctx_free (struct gimplify_ctx *c) in ctx_free()
311 struct gimplify_ctx *c; in free_gimplify_stack()
326 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
343 struct gimplify_ctx *c = gimplify_ctxp; in pop_gimplify_context()
2600 struct gimplify_ctx *ctxp; in gimplify_case_label_expr()