Home
last modified time | relevance | path

Searched refs:temp_htab (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.cc202 hash_table<gimplify_hasher> *temp_htab; member
363 delete c->temp_htab; in pop_gimplify_context()
364 c->temp_htab = NULL; in pop_gimplify_context()
596 if (!gimplify_ctxp->temp_htab) in lookup_tmp_var()
597 gimplify_ctxp->temp_htab = new hash_table<gimplify_hasher> (1000); in lookup_tmp_var()
598 slot = gimplify_ctxp->temp_htab->find_slot (&elt, INSERT); in lookup_tmp_var()
DChangeLog.tuples827 temp_htab nor c itself here. Add c argument.
829 c->temp_htab instead of optimize whether htab_delete should be called.
832 (lookup_tmp_var): Create temp_htab lazily.
DChangeLog-200814138 (push_gimplify_context): Don't allocate temp_htab nor c itself here.
14140 (pop_gimplify_context): Check c->temp_htab instead of optimize whether
14142 (lookup_tmp_var): Create temp_htab lazily.
DChangeLog-201332461 (struct gimplify_ctx.temp_htab):
32473 (htab_t gimplify_ctx::temp_htab):
32482 (htab_t gimplify_ctx::temp_htab):
DChangeLog.tree-ssa11012 * gimplify.c (gimplify_ctx): Add temp_htab field.