reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2040 ctx = isl_basic_map_get_ctx(info[i].bmap); 2041 mat = isl_mat_alloc(ctx, 2 * (info[i].bmap->n_eq + info[j].bmap->n_eq) + 2046 bound = isl_vec_alloc(ctx, 1 + total);