HomeSort by: relevance | last modified time | path
    Searched refs:cached_simple_hull (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/
isl_convex_hull.c 2395 static __isl_give isl_basic_map *cached_simple_hull(__isl_take isl_map *map, function
2400 hull = isl_basic_map_copy(map->cached_simple_hull[shift]);
2417 * The result of the computation is stored in map->cached_simple_hull[shift]
2438 if (map->cached_simple_hull[shift])
2439 return cached_simple_hull(map, shift);
2465 input->cached_simple_hull[shift] = isl_basic_map_copy(hull);
isl_map_private.h 92 * "cached_simple_hull" contains copies of the unshifted and shifted
103 isl_basic_map *cached_simple_hull[2]; member in struct:isl_map
isl_map.c 2074 isl_basic_map_free(map->cached_simple_hull[0]);
2075 isl_basic_map_free(map->cached_simple_hull[1]);
2076 map->cached_simple_hull[0] = NULL;
2077 map->cached_simple_hull[1] = NULL;

Completed in 23 milliseconds