reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
208 for (col = total-1; col >= 0; --col) { 208 for (col = total-1; col >= 0; --col) { 208 for (col = total-1; col >= 0; --col) { 210 isl_int_is_zero(bset1->eq[row][col]); 212 isl_int_is_zero(bset2->eq[row][col]); 214 set_common_multiple(bset1, bset2, row, col); 217 construct_column(bset1, bset2, row, col); 219 construct_column(bset2, bset1, row, col); 221 if (transform_column(bset1, bset2, row, col))