Lines Matching refs:isl_calloc_array
1333 dom = isl_calloc_array(map->ctx, isl_set *, map->n); in incremental_closure()
1334 ran = isl_calloc_array(map->ctx, isl_set *, map->n); in incremental_closure()
1335 left = isl_calloc_array(map->ctx, int, map->n); in incremental_closure()
1336 right = isl_calloc_array(map->ctx, int, map->n); in incremental_closure()
1614 grid = isl_calloc_array(map->ctx, isl_map **, n); in floyd_warshall_with_groups()
1618 grid[i] = isl_calloc_array(map->ctx, isl_map *, n); in floyd_warshall_with_groups()
1687 *set = isl_calloc_array(ctx, isl_set *, 2 * n); in setup_groups()
2642 grid = isl_calloc_array(ctx, isl_map **, n_group); in union_floyd_warshall_on_list()
2646 grid[i] = isl_calloc_array(ctx, isl_map *, n_group); in union_floyd_warshall_on_list()
2722 list = isl_calloc_array(ctx, isl_basic_map *, n); in union_floyd_warshall()
2779 list = isl_calloc_array(ctx, isl_basic_map *, n); in union_components()