reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/basis_reduction_templ.c
  341 		eq = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, bset->n_eq,
  343 		eq = isl_mat_left_hermite(eq, 0, NULL, &tab->basis);
  343 		eq = isl_mat_left_hermite(eq, 0, NULL, &tab->basis);
  346 		isl_mat_free(eq);