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
 4282 	test = isl_union_map_copy(umap);
 4283 	test = isl_union_map_apply_domain(test, isl_union_map_copy(partial));
 4283 	test = isl_union_map_apply_domain(test, isl_union_map_copy(partial));
 4284 	test = isl_union_map_apply_range(test, isl_union_map_copy(partial));
 4284 	test = isl_union_map_apply_range(test, isl_union_map_copy(partial));
 4286 	test = isl_union_map_intersect(test, gt);
 4286 	test = isl_union_map_intersect(test, gt);
 4287 	empty = isl_union_map_is_empty(test);
 4288 	isl_union_map_free(test);
 4301 	test = isl_union_map_apply_range(umap1, isl_union_map_reverse(umap2));
 4302 	test = isl_union_map_intersect(test, isl_union_map_copy(umap));
 4302 	test = isl_union_map_intersect(test, isl_union_map_copy(umap));
 4303 	after = after_in_child(test, node);
 4304 	isl_union_map_free(test);