reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1403 graph->n = isl_union_set_n_set(domain); 1406 if (graph_alloc(ctx, graph, graph->n, 1406 if (graph_alloc(ctx, graph, graph->n, 1410 if (compute_max_row(graph, sc) < 0) 1412 graph->root = graph; 1412 graph->root = graph; 1413 graph->n = 0; 1417 r = isl_union_set_foreach_set(domain, &extract_node, graph); 1421 if (graph_init_table(ctx, graph) < 0) 1425 graph->max_edge[i] = isl_union_map_n_map(c); 1430 if (graph_init_edge_tables(ctx, graph) < 0) 1432 graph->n_edge = 0; 1433 data.graph = graph;