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
   56 struct isl_hash_table *isl_hash_table_alloc(struct isl_ctx *ctx, int min_size);

References

tools/polly/lib/External/isl/isl_convex_hull.c
 2050 	data->hull_table = isl_hash_table_alloc(set->ctx, n_ineq);
 2054 		data->p[i].table = isl_hash_table_alloc(set->ctx,
tools/polly/lib/External/isl/isl_scheduler.c
  404 	graph->node_table = isl_hash_table_alloc(ctx, graph->n);
  506 		graph->edge_table[i] = isl_hash_table_alloc(ctx,
tools/polly/lib/External/isl/isl_stream.c
   38 		s->keywords = isl_hash_table_alloc(s->ctx, 10);
tools/polly/lib/External/isl/isl_tab_pip.c
 4543 	table = isl_hash_table_alloc(ctx, bmap->n_ineq);