|
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 647 if (Q)
648 *Q = NULL;
659 if (Q) {
660 *Q = isl_mat_identity(M->ctx, M->n_col);
661 if (!*Q)
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);
705 if (Q) {
706 isl_mat_free(*Q);
707 *Q = NULL;