reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
776 tab->row_var[row1] = tab->row_var[row2]; 777 tab->row_var[row2] = t; 779 isl_tab_var_from_row(tab, row2)->index = row2; 779 isl_tab_var_from_row(tab, row2)->index = row2; 780 tab->mat = isl_mat_swap_rows(tab->mat, row1, row2); 785 tab->row_sign[row1] = tab->row_sign[row2]; 786 tab->row_sign[row2] = s;