|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/polly/lib/External/isl/isl_mat.c 645 if (U)
646 *U = NULL;
654 if (U) {
655 *U = isl_mat_identity(M->ctx, M->n_col);
656 if (!*U)
674 exchange(M, U, Q, row, first, col);
676 oppose(M, U, Q, row, col);
682 subtract(M, U, Q, row, col, first, c);
684 exchange(M, U, Q, row, first, col);
697 subtract(M, U, Q, row, col, i, c);
709 if (U) {
710 isl_mat_free(*U);
711 *U = NULL;