Home
last modified time | relevance | path

Searched refs:id_table (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_id.c114 entry = isl_hash_table_find(ctx, &ctx->id_table, id_hash, in isl_id_alloc()
122 ctx->id_table.n--; in isl_id_alloc()
210 entry = isl_hash_table_find(id->ctx, &id->ctx->id_table, id->hash, in isl_id_free()
218 isl_hash_table_remove(id->ctx, &id->ctx->id_table, entry); in isl_id_free()
H A Disl_ctx_private.h31 struct isl_hash_table id_table; member
H A Disl_ctx.c217 if (isl_hash_table_init(ctx, &ctx->id_table, 0)) in isl_ctx_alloc_with_options()
300 isl_hash_table_clear(&ctx->id_table); in isl_ctx_free()