Polly 22.0.0git
|
Public Attributes | |
int | inplace |
int | total |
isl_bool(* | filter )(__isl_keep isl_map *map, void *user) |
void * | filter_user |
__isl_give isl_map *(* | fn_map )(__isl_take isl_map *map) |
__isl_give isl_map *(* | fn_map2 )(__isl_take isl_map *map, void *user) |
void * | fn_map2_user |
Definition at line 1928 of file isl_union_map.c.
isl_bool(* isl_un_op_control::filter) (__isl_keep isl_map *map, void *user) |
Definition at line 1931 of file isl_union_map.c.
Referenced by un_entry(), and un_op().
void* isl_un_op_control::filter_user |
Definition at line 1932 of file isl_union_map.c.
Referenced by un_entry().
__isl_give isl_map *(* isl_un_op_control::fn_map) (__isl_take isl_map *map) |
Definition at line 1933 of file isl_union_map.c.
Referenced by un_entry(), and un_op().
__isl_give isl_map *(* isl_un_op_control::fn_map2) (__isl_take isl_map *map, void *user) |
Definition at line 1934 of file isl_union_map.c.
Referenced by un_entry(), and un_op().
void* isl_un_op_control::fn_map2_user |
Definition at line 1935 of file isl_union_map.c.
Referenced by un_entry().
int isl_un_op_control::inplace |
Definition at line 1929 of file isl_union_map.c.
Referenced by un_entry(), and un_op().
int isl_un_op_control::total |
Definition at line 1930 of file isl_union_map.c.
Referenced by un_op().