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