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

References

tools/polly/lib/External/isl/isl_scheduler.c
  404 	graph->node_table = isl_hash_table_alloc(ctx, graph->n);
  405 	if (!graph->node_table)
  413 		entry = isl_hash_table_find(ctx, graph->node_table, hash,
  437 	entry = isl_hash_table_find(ctx, graph->node_table, hash,
  741 	isl_hash_table_free(ctx, graph->node_table);