Searched refs:isl_hash_table_remove (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | hash.h | 70 void isl_hash_table_remove(struct isl_ctx *ctx,
|
D | hmap_templ.c | 247 isl_hash_table_remove(hmap->ctx, &hmap->table, entry); in ISL_FN()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_union_single.c | 135 isl_hash_table_remove(ctx, &u->table, part_entry); in FN()
|
D | isl_union_multi.c | 309 isl_hash_table_remove(ctx, &group->part_table, part_entry); in FN() 315 isl_hash_table_remove(ctx, &u->table, group_entry); in FN()
|
D | isl_hash.c | 213 void isl_hash_table_remove(struct isl_ctx *ctx, in isl_hash_table_remove() function
|
D | isl_id.c | 217 isl_hash_table_remove(id->ctx, &id->ctx->id_table, entry); in isl_id_free()
|
D | isl_convex_hull.c | 1546 isl_hash_table_remove(ctx, table, entry); in update_constraint()
|
D | isl_scheduler.c | 631 isl_hash_table_remove(ctx, graph->edge_table[i], entry); in graph_remove_edge()
|