Home
last modified time | relevance | path

Searched refs:gimplify_ctx (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c184 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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc189 struct gimplify_ctx struct
191 struct gimplify_ctx *prev_context; argument
244 static struct gimplify_ctx *gimplify_ctxp;
286 static struct gimplify_ctx *ctx_pool = NULL;
290 static inline struct gimplify_ctx *
293 struct gimplify_ctx * c = ctx_pool; in ctx_alloc()
298 c = XNEW (struct gimplify_ctx); in ctx_alloc()
307 ctx_free (struct gimplify_ctx *c) in ctx_free()
318 struct gimplify_ctx *c; in free_gimplify_stack()
333 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
[all …]
H A DChangeLog.tuples825 * gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.
844 * tree-gimple.h (struct gimplify_ctx): New type.
7435 * gimplify.c (gimplify_ctx): Rename current_bind_expr_seq to
7496 * gimplify.c (struct gimplify_ctx): Rename current_bind_expr to
7634 * gimplify.c (struct gimplify_ctx): Make current_bind_expr a tuple.
8029 (gimplify_ctx): Make conditional_cleanups a sequence.
H A DChangeLog.gimple-classes727 (struct gimplify_ctx): Likewise.
4588 * gimplify.c (struct gimplify_ctx): Strengthen field
H A DChangeLog-20135749 * gimplify.h (gimplify_hasher:typed_free_remove, struct gimplify_ctx):
5753 (struct gimplify_ctx): Relocate here.
5756 list of struct gimplify_ctx.
5762 use a local 'struct gimplify_ctx'.
8009 (struct gimplify_hasher, struct gimplify_ctx, is_gimple_sizepos):
8011 * gimple.h (struct gimplify_hasher, struct gimplify_ctx,
32456 * gimple.h (struct gimplify_ctx): Move to gimplify-ctx.h.
32461 (struct gimplify_ctx.temp_htab):
32473 (htab_t gimplify_ctx::temp_htab):
32481 (struct gimplify_ctx): Move from gimple.h.
[all …]
H A DChangeLog.tree-ssa8304 (struct gimplify_ctx): New field save_stack.
11012 * gimplify.c (gimplify_ctx): Add temp_htab field.
11386 * gimplify.c (gimplify_ctx): Add case_labels field.
H A DChangeLog-200621733 * gimplify.c (struct gimplify_ctx): Remove fields
22245 (struct gimplify_ctx): Add fields prev_context, combined_pre_p
H A DChangeLog-200814137 * gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.
14154 * tree-gimple.h (struct gimplify_ctx): New type.
H A DChangeLog-201235064 * gimple.h (struct gimplify_ctx): Add in_cleanup_point_expr field.
H A DChangeLog-20071026 * gimplify.c (gimplify_ctx): Add a new member allow_rhs_cond_expr.
H A DChangeLog-200516324 * gimplify.c (gimplify_ctx): Change the type of case_labels to
H A DChangeLog-201612071 * gimplify.c (struct gimplify_ctx): Add in_switch_expr.
H A DChangeLog-20152725 * gimplify.c (struct gimplify_ctx): Turn boolean fields into 1-bit
H A DChangeLog-200415088 * gimplify.c (struct gimplify_ctx): Add into_ssa field.