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

References

tools/polly/lib/External/isl/isl_fold.c
  475 		for (j = n1 - 1; j >= 0; --j) {
  475 		for (j = n1 - 1; j >= 0; --j) {
  475 		for (j = n1 - 1; j >= 0; --j) {
  478 			equal = isl_qpolynomial_plain_is_equal(res->qp[j],
  485 				isl_qpolynomial_copy(res->qp[j]),
  493 			isl_qpolynomial_free(res->qp[j]);
  494 			if (j != n1 - 1)
  495 				res->qp[j] = res->qp[n1 - 1];
  501 		if (j >= 0)