combine isl_pip_basic_map_lex{min,max} into isl_pip_basic_map_lexopt
[platform/upstream/isl.git] / isl_map_piplib.h
1 #ifndef ISL_MAP_PIPLIB_H
2 #define ISL_MAP_PIPLIB_H
3
4 #include <isl_map.h>
5
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
9
10 struct isl_map *isl_pip_basic_map_lexopt(
11                 struct isl_basic_map *bmap, struct isl_basic_set *dom,
12                 struct isl_set **empty, int max);
13 struct isl_map *isl_pip_basic_map_compute_divs(struct isl_basic_map *bmap);
14
15 #if defined(__cplusplus)
16 }
17 #endif
18
19 #endif