Home
last modified time | relevance | path

Searched refs:cached_simple_hull (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_convex_hull.c2395 static __isl_give isl_basic_map *cached_simple_hull(__isl_take isl_map *map, in cached_simple_hull() function
2400 hull = isl_basic_map_copy(map->cached_simple_hull[shift]); in cached_simple_hull()
2438 if (map->cached_simple_hull[shift]) in map_simple_hull()
2439 return cached_simple_hull(map, shift); in map_simple_hull()
2465 input->cached_simple_hull[shift] = isl_basic_map_copy(hull); in map_simple_hull()
Disl_map_private.h103 isl_basic_map *cached_simple_hull[2]; member
Disl_map.c2017 isl_basic_map_free(map->cached_simple_hull[0]); in clear_caches()
2018 isl_basic_map_free(map->cached_simple_hull[1]); in clear_caches()
2019 map->cached_simple_hull[0] = NULL; in clear_caches()
2020 map->cached_simple_hull[1] = NULL; in clear_caches()