reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3154 div_j = isl_basic_map_get_divs(info[j].bmap); 3156 if (!div_i || !div_j) 3160 exp2 = isl_alloc_array(ctx, int, div_j->n_row); 3161 if ((div_i->n_row && !exp1) || (div_j->n_row && !exp2)) 3164 div = isl_merge_divs(div_i, div_j, exp1, exp2); 3168 if (div->n_row == div_j->n_row) 3177 isl_mat_free(div_j); 3185 isl_mat_free(div_j);