reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1029 if (!space) 1032 return isl_space_reset(space, type); 1034 ctx = isl_space_get_ctx(space); 1040 total = isl_space_dim(space, isl_dim_all); 1044 return isl_space_free(space)); 1045 isl_assert(ctx, pos <= isl_space_dim(space, type), goto error); 1047 space = isl_space_cow(space); 1047 space = isl_space_cow(space); 1048 if (!space) 1051 if (space->ids) { 1056 space->nparam + space->n_in + space->n_out + n); 1056 space->nparam + space->n_in + space->n_out + n); 1056 space->nparam + space->n_in + space->n_out + n); 1060 s[isl_dim_param - o] = space->nparam; 1061 s[isl_dim_in - o] = space->n_in; 1062 s[isl_dim_out - o] = space->n_out; 1065 get_ids(space, t, 0, s[t - o], ids + off); 1068 get_ids(space, t, 0, pos, ids + off); 1070 get_ids(space, t, pos, s[t - o] - pos, 1075 free(space->ids); 1076 space->ids = ids; 1077 space->n_id = space->nparam + space->n_in + space->n_out + n; 1077 space->n_id = space->nparam + space->n_in + space->n_out + n; 1077 space->n_id = space->nparam + space->n_in + space->n_out + n; 1077 space->n_id = space->nparam + space->n_in + space->n_out + n; 1080 case isl_dim_param: space->nparam += n; break; 1081 case isl_dim_in: space->n_in += n; break; 1082 case isl_dim_out: space->n_out += n; break; 1085 space = isl_space_reset(space, type); 1085 space = isl_space_reset(space, type); 1088 if (space && space->nested[0] && 1088 if (space && space->nested[0] && 1089 !(space->nested[0] = isl_space_insert_dims(space->nested[0], 1089 !(space->nested[0] = isl_space_insert_dims(space->nested[0], 1092 if (space && space->nested[1] && 1092 if (space && space->nested[1] && 1093 !(space->nested[1] = isl_space_insert_dims(space->nested[1], 1093 !(space->nested[1] = isl_space_insert_dims(space->nested[1], 1098 return space; 1100 isl_space_free(space);