reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/include/isl/hash.h
   57 void isl_hash_table_free(struct isl_ctx *ctx, struct isl_hash_table *table);

References

tools/polly/lib/External/isl/isl_convex_hull.c
 1975 	isl_hash_table_free(data->ctx, data->hull_table);
 1977 		isl_hash_table_free(data->ctx, data->p[i].table);
tools/polly/lib/External/isl/isl_hash.c
  132 	isl_hash_table_free(ctx, table);
tools/polly/lib/External/isl/isl_scheduler.c
  740 		isl_hash_table_free(ctx, graph->edge_table[i]);
  741 	isl_hash_table_free(ctx, graph->node_table);
tools/polly/lib/External/isl/isl_stream.c
  793 		isl_hash_table_free(s->ctx, s->keywords);
tools/polly/lib/External/isl/isl_tab_pip.c
 4581 	isl_hash_table_free(ctx, table);
 4586 	isl_hash_table_free(ctx, table);