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

References

tools/polly/lib/External/ppcg/gpu_group.c
 1017 			isl_union_map_copy(data->shared_sched));
 1449 	isl_ctx *ctx = isl_union_map_get_ctx(data->shared_sched);
 1570 	ctx = isl_union_map_get_ctx(data->shared_sched);
 1645 	data.shared_sched = prefix_with_equalities(node);
 1652 		data.copy_sched = isl_union_map_copy(data.shared_sched);
 1662 	data.shared_sched = expand(data.shared_sched, contraction);
 1662 	data.shared_sched = expand(data.shared_sched, contraction);
 1665 		data.copy_sched = isl_union_map_copy(data.shared_sched);
 1687 	isl_union_map_free(data.shared_sched);