Home
last modified time | relevance | path

Searched refs:node_table (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_scheduler.c384 struct isl_hash_table *node_table; member
404 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()