Lines Matching refs:sorted
73 int *sorted; member
158 free(scc_graph->sorted); in isl_scc_graph_free()
542 scc_graph->sorted = isl_alloc_array(ctx, int, n); in isl_scc_graph_alloc()
548 !scc_graph->size || !scc_graph->pos || !scc_graph->sorted || in isl_scc_graph_alloc()
994 int *sorted = scc_graph->sorted; in isl_scc_graph_sort_components() local
1017 sorted[pos[component[first + i]]++] = first + i; in isl_scc_graph_sort_components()
1037 int *sorted = scc_graph->sorted; in extract_components() local
1048 &sorted[sum], n, filters); in extract_components()
1077 int *sorted = scc_graph->sorted; in detect_components() local
1090 return recurse(scc_graph, &sorted[first], n, node); in detect_components()
1101 node = recurse(scc_graph, &sorted[sum], n, node); in detect_components()