Searched refs:isl_hash_table_free (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/isl/include/isl/
H A Dhash.h58 void isl_hash_table_free(struct isl_ctx *ctx, struct isl_hash_table *table);
/haiku-buildtools/isl/
H A Disl_hmap_map_basic_set.c30 isl_hash_table_free(ctx, &hmap->table);
H A Disl_hash.c133 isl_hash_table_free(ctx, table);
144 void isl_hash_table_free(struct isl_ctx *ctx, struct isl_hash_table *table) function
H A Disl_convex_hull.c2014 isl_hash_table_free(data->ctx, data->hull_table);
2016 isl_hash_table_free(data->ctx, data->p[i].table);
H A Disl_schedule.c471 isl_hash_table_free(ctx, graph->edge_table[i]);
472 isl_hash_table_free(ctx, graph->node_table);
H A Disl_tab_pip.c4221 isl_hash_table_free(ctx, table);
4225 isl_hash_table_free(ctx, table);

Completed in 96 milliseconds