Searched refs:temp_htab (Results 1 – 5 of 5) sorted by relevance
202 hash_table<gimplify_hasher> *temp_htab; member363 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()
827 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.
14138 (push_gimplify_context): Don't allocate temp_htab nor c itself here.14140 (pop_gimplify_context): Check c->temp_htab instead of optimize whether14142 (lookup_tmp_var): Create temp_htab lazily.
32461 (struct gimplify_ctx.temp_htab):32473 (htab_t gimplify_ctx::temp_htab):32482 (htab_t gimplify_ctx::temp_htab):
11012 * gimplify.c (gimplify_ctx): Add temp_htab field.