reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1503 t = bmap->ineq[pos]; 1504 bmap->ineq[pos] = bmap->ineq[bmap->n_ineq - 1]; 1504 bmap->ineq[pos] = bmap->ineq[bmap->n_ineq - 1]; 1504 bmap->ineq[pos] = bmap->ineq[bmap->n_ineq - 1]; 1505 bmap->ineq[bmap->n_ineq - 1] = bmap->eq[-1]; 1505 bmap->ineq[bmap->n_ineq - 1] = bmap->eq[-1]; 1505 bmap->ineq[bmap->n_ineq - 1] = bmap->eq[-1]; 1506 bmap->eq[-1] = t; 1507 bmap->n_eq++; 1508 bmap->n_ineq--; 1509 bmap->eq--; 1510 ISL_F_CLR(bmap, ISL_BASIC_MAP_NO_REDUNDANT); 1511 ISL_F_CLR(bmap, ISL_BASIC_MAP_NORMALIZED); 1512 ISL_F_CLR(bmap, ISL_BASIC_MAP_NORMALIZED_DIVS); 1513 ISL_F_CLR(bmap, ISL_BASIC_MAP_ALL_EQUALITIES);