Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/
H A Disl_scheduler.h244 struct isl_hash_table *node_table; member
H A Disl_scheduler.c183 graph->node_table = isl_hash_table_alloc(ctx, graph->n); in graph_init_table()
184 if (!graph->node_table) in graph_init_table()
192 entry = isl_hash_table_find(ctx, graph->node_table, hash, in graph_init_table()
216 entry = isl_hash_table_find(ctx, graph->node_table, hash, in isl_sched_graph_find_node()
535 isl_hash_table_free(ctx, graph->node_table); in isl_sched_graph_free()