reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
404 graph->node_table = isl_hash_table_alloc(ctx, graph->n); 404 graph->node_table = isl_hash_table_alloc(ctx, graph->n); 405 if (!graph->node_table) 408 for (i = 0; i < graph->n; ++i) { 412 hash = isl_space_get_tuple_hash(graph->node[i].space); 413 entry = isl_hash_table_find(ctx, graph->node_table, hash, 415 graph->node[i].space, 1); 418 entry->data = &graph->node[i];