projects
/
platform
/
upstream
/
isl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
26833403185b252b72916fc93b2f8b331a2a2037
[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
14
#if defined(__cplusplus)
15
}
16
#endif
17
18
#endif