reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2623 for (i = 0; i < n_group; ++i) { 2623 for (i = 0; i < n_group; ++i) { 2623 for (i = 0; i < n_group; ++i) { 2624 grid[i] = isl_calloc_array(ctx, isl_map *, n_group); 2625 if (!grid[i]) 2629 dim1 = isl_space_reverse(isl_set_get_space(set[i])); 2632 grid[i][j] = isl_map_empty(dim); 2637 i = group[2 * k]; 2639 grid[i][j] = isl_map_union(grid[i][j], 2639 grid[i][j] = isl_map_union(grid[i][j], 2648 for (i = 0; i < n_group; ++i) { 2648 for (i = 0; i < n_group; ++i) { 2648 for (i = 0; i < n_group; ++i) { 2650 app = isl_union_map_add_map(app, grid[i][j]); 2651 free(grid[i]); 2655 for (i = 0; i < 2 * n; ++i) 2655 for (i = 0; i < 2 * n; ++i) 2655 for (i = 0; i < 2 * n; ++i) 2656 isl_set_free(set[i]); 2663 for (i = 0; i < n_group; ++i) { 2663 for (i = 0; i < n_group; ++i) { 2663 for (i = 0; i < n_group; ++i) { 2664 if (!grid[i]) 2667 isl_map_free(grid[i][j]); 2668 free(grid[i]); 2672 for (i = 0; i < 2 * n; ++i) 2672 for (i = 0; i < 2 * n; ++i) 2672 for (i = 0; i < 2 * n; ++i) 2673 isl_set_free(set[i]);