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

References

tools/polly/lib/External/isl/isl_ilp.c
  451 	res = isl_basic_set_opt(set->p[0], max, obj, opt);
  452 	if (res == isl_lp_error || res == isl_lp_unbounded)
  452 	if (res == isl_lp_error || res == isl_lp_unbounded)
  453 		return res;
  455 		return res;
  456 	if (res == isl_lp_ok)
  461 		res = isl_basic_set_opt(set->p[i], max, obj, &opt_i);
  462 		if (res == isl_lp_error || res == isl_lp_unbounded) {
  462 		if (res == isl_lp_error || res == isl_lp_unbounded) {
  464 			return res;
  466 		if (res == isl_lp_empty)