reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
181 res = isl_reordering_alloc(ctx, exp->len + extra); 182 if (!res) 184 res->space = isl_reordering_get_space(exp); 186 res->pos[i] = exp->pos[i]; 187 for (i = exp->len; i < res->len; ++i) 188 res->pos[i] = offset + i; 192 return res;