Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/
H A Disl_scheduler_scc.c69 int *graph_scc; member
118 fprintf(stderr, "%d", scc_graph->graph_scc[i]); in isl_scc_graph_dump()
123 &print_edge, &scc_graph->graph_scc[i]); in isl_scc_graph_dump()
128 &print_edge, &scc_graph->graph_scc[i]); in isl_scc_graph_dump()
154 free(scc_graph->graph_scc); in isl_scc_graph_free()
174 return &scc_graph->graph_scc[pos]; in isl_scc_graph_encode_local_index()
182 return data - &scc_graph->graph_scc[0]; in isl_scc_graph_local_index()
456 edge_entry->data = &scc_graph->graph_scc[dst]; in isl_scc_graph_add_edge()
538 scc_graph->graph_scc = isl_alloc_array(ctx, int, n); in isl_scc_graph_alloc()
547 if (!scc_graph->graph_scc || !scc_graph->component || in isl_scc_graph_alloc()
[all …]