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

References

tools/polly/lib/External/isl/isl_ast_codegen.c
 2265 		domain = explicit_bounds(map, data->build);
 2267 		domain = implicit_bounds(map, data->build);
 2269 	domain = isl_set_coalesce(domain);
 2269 	domain = isl_set_coalesce(domain);
 2270 	domain = isl_set_make_disjoint(domain);
 2270 	domain = isl_set_make_disjoint(domain);
 2271 	d1 = isl_set_subtract(isl_set_copy(domain), isl_set_copy(data->domain));
 2272 	d2 = isl_set_subtract(isl_set_copy(data->domain), isl_set_copy(domain));
 2273 	data->domain = isl_set_intersect(data->domain, domain);