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

References

tools/polly/lib/External/isl/isl_lp.c
  119 	if (!opt && map->n > 1 && sol) {
  131 					opt, opt_denom, sol);
  135 	if (sol)
  136 		*sol = NULL;
  146 					    sol ? &sol_i : NULL);
  174 			if (sol) {
  175 				isl_vec_free(*sol);
  176 				*sol = sol_i;