reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2484 if (!map) 2486 if (map->n == 1) 2487 return box_closure_with_check(map, exact); 2489 for (i = 0; i < map->n; ++i) { 2492 ok = can_be_split_off(map, i, &tc, &qc); 2498 app = isl_map_alloc_space(isl_map_get_space(map), map->n - 1, 0); 2498 app = isl_map_alloc_space(isl_map_get_space(map), map->n - 1, 0); 2500 for (j = 0; j < map->n; ++j) { 2504 isl_basic_map_copy(map->p[j])); 2511 exact_i = check_exactness_omega(map, app); 2515 isl_map_free(map); 2523 return box_closure_with_check(map, exact); 2525 isl_map_free(map);