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
 4643 	int dim = isl_set_dim(data->domain[i].set, isl_dim_set);
 4649 		follows = isl_set_follows_at(data->domain[i].set,
 4650 						data->domain[j].set, pos);
 4663 		after = after_in_subtree(data->build, data->domain[i].map,
 4664 					    data->domain[j].map);
 4704 	data.domain = isl_calloc_array(ctx, struct isl_set_map_pair, n);
 4705 	if (!data.domain)
 4709 	next = data.domain;
 4737 		list_c = generate_component(data.domain,
 4749 		isl_map_free(data.domain[i].map);
 4750 		isl_set_free(data.domain[i].set);
 4752 	free(data.domain);