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

References

tools/polly/lib/External/isl/isl_fold.c
  461 	res = qpolynomial_fold_alloc(fold1->type, isl_space_copy(fold1->dim),
  463 	if (!res)
  467 		res->qp[res->n] = isl_qpolynomial_copy(fold1->qp[i]);
  467 		res->qp[res->n] = isl_qpolynomial_copy(fold1->qp[i]);
  468 		if (!res->qp[res->n])
  468 		if (!res->qp[res->n])
  470 		res->n++;
  472 	n1 = res->n;
  478 			equal = isl_qpolynomial_plain_is_equal(res->qp[j],
  485 				isl_qpolynomial_copy(res->qp[j]),
  493 			isl_qpolynomial_free(res->qp[j]);
  495 				res->qp[j] = res->qp[n1 - 1];
  495 				res->qp[j] = res->qp[n1 - 1];
  497 			if (n1 != res->n - 1)
  498 				res->qp[n1] = res->qp[res->n - 1];
  498 				res->qp[n1] = res->qp[res->n - 1];
  498 				res->qp[n1] = res->qp[res->n - 1];
  499 			res->n--;
  503 		res->qp[res->n] = isl_qpolynomial_copy(fold2->qp[i]);
  503 		res->qp[res->n] = isl_qpolynomial_copy(fold2->qp[i]);
  504 		if (!res->qp[res->n])
  504 		if (!res->qp[res->n])
  506 		res->n++;
  512 	return res;
  514 	isl_qpolynomial_fold_free(res);