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
 1823 	domain = isl_set_from_union_set(uset);
 1824 	domain = isl_ast_build_specialize(build, domain);
 1824 	domain = isl_ast_build_specialize(build, domain);
 1826 	domain = isl_set_compute_divs(domain);
 1826 	domain = isl_set_compute_divs(domain);
 1827 	domain = isl_ast_build_eliminate_inner(build, domain);
 1827 	domain = isl_ast_build_eliminate_inner(build, domain);
 1828 	disjoint = isl_set_is_disjoint(domain, build->domain);
 1834 	build = isl_ast_build_detect_strides(build, isl_set_copy(domain));
 1836 	graft = create_node(executed, bounds, domain,
 1844 	isl_set_free(domain);