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
 3380 	domain = isl_ast_build_specialize(build, domain);
 3380 	domain = isl_ast_build_specialize(build, domain);
 3382 	dim = isl_set_dim(domain, isl_dim_set);
 3383 	domain = isl_set_eliminate(domain, isl_dim_set, depth, dim - depth);
 3383 	domain = isl_set_eliminate(domain, isl_dim_set, depth, dim - depth);
 3384 	domain = isl_set_remove_unknown_divs(domain);
 3384 	domain = isl_set_remove_unknown_divs(domain);
 3385 	hull = isl_set_copy(domain);
 3387 	domain = isl_set_gist(domain, hull);
 3387 	domain = isl_set_gist(domain, hull);
 3389 	return domain;