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

References

tools/polly/lib/External/isl/isl_lp.c
  130 	res = isl_basic_map_solve_lp(map->p[0], max, f, d,
  132 	if (res == isl_lp_error || res == isl_lp_unbounded)
  132 	if (res == isl_lp_error || res == isl_lp_unbounded)
  148 			res = res_i;
  153 		if (res == isl_lp_empty) {
  169 			res = res_i;
  192 	return res;