reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
997 T = isl_mat_sub_alloc6(ctx, info->bmap->ineq, k, 1, 0, 1 + total); 998 T = isl_mat_variable_compression(T, NULL); 998 T = isl_mat_variable_compression(T, NULL); 1000 if (!T) 1002 if (T->n_col == 0) { 1003 isl_mat_free(T); 1012 affected[i] = not_unique_unit_row(T, 1 + i); 1029 v = isl_vec_mat_product(v, isl_mat_copy(T)); 1036 isl_mat_free(T); 1040 isl_mat_free(T);