reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2340 hull = isl_basic_map_copy(map->cached_simple_hull[shift]); 2378 if (map->cached_simple_hull[shift]) 2405 input->cached_simple_hull[shift] = isl_basic_map_copy(hull);tools/polly/lib/External/isl/isl_map.c
1945 isl_basic_map_free(map->cached_simple_hull[0]); 1946 isl_basic_map_free(map->cached_simple_hull[1]); 1947 map->cached_simple_hull[0] = NULL; 1948 map->cached_simple_hull[1] = NULL;