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

References

tools/polly/lib/External/isl/isl_map_simplify.c
 1738 	known = isl_map_divs_known(map);
 1740 		return isl_map_free(map);
 1742 		return map;
 1744 	map = isl_map_cow(map);
 1744 	map = isl_map_cow(map);
 1745 	if (!map)
 1748 	for (i = 0; i < map->n; ++i) {
 1749 		map->p[i] =
 1751 								    map->p[i]);
 1752 		if (!map->p[i])
 1753 			return isl_map_free(map);
 1756 	if (map->n > 1)
 1757 		ISL_F_CLR(map, ISL_MAP_DISJOINT);
 1759 	return map;