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

References

tools/polly/lib/External/isl/isl_scheduler.c
 6472 	test = isl_set_copy(set);
 6473 	test = isl_set_lower_bound_si(test, isl_dim_set, pos, 3);
 6473 	test = isl_set_lower_bound_si(test, isl_dim_set, pos, 3);
 6474 	bounded = isl_set_is_empty(test);
 6475 	isl_set_free(test);
 6480 	test = isl_set_copy(set);
 6481 	test = isl_set_upper_bound_si(test, isl_dim_set, pos, -3);
 6481 	test = isl_set_upper_bound_si(test, isl_dim_set, pos, -3);
 6482 	bounded = isl_set_is_empty(test);
 6483 	isl_set_free(test);