Searched refs:id_table (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_id.c | 114 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 D | isl_ctx_private.h | 31 struct isl_hash_table id_table; member
|
| H A D | isl_ctx.c | 217 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()
|