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

References

tools/polly/lib/External/isl/isl_coalesce.c
 1232 	wraps->bound = 0;
 1233 	wraps->mat = mat;
 1237 	wraps->bound = isl_options_get_coalesce_bounded_wrapping(ctx);
 1238 	if (!wraps->bound)
 1240 	isl_int_init(wraps->max);
 1241 	isl_int_set_si(wraps->max, 0);
 1242 	if (wraps_update_max(wraps, &info[i]) < 0)
 1244 	if (wraps_update_max(wraps, &info[j]) < 0)