Searched refs:node_table (Results 1 – 1 of 1) sorted by relevance
384 struct isl_hash_table *node_table; member404 graph->node_table = isl_hash_table_alloc(ctx, graph->n); in graph_init_table()405 if (!graph->node_table) in graph_init_table()413 entry = isl_hash_table_find(ctx, graph->node_table, hash, in graph_init_table()437 entry = isl_hash_table_find(ctx, graph->node_table, hash, in graph_find_node()756 isl_hash_table_free(ctx, graph->node_table); in graph_free()