Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_scheduler.c6273 isl_union_map *cluster_map; in collect_cluster_map() local
6276 cluster_map = isl_union_map_empty(space); in collect_cluster_map()
6297 cluster_map = isl_union_map_add_map(cluster_map, map); in collect_cluster_map()
6302 return cluster_map; in collect_cluster_map()
6388 isl_union_map_copy(cluster_map)); in collect_edge_constraints()
6390 isl_union_map_copy(cluster_map)); in collect_edge_constraints()
6399 umap1 = isl_union_map_copy(cluster_map); in collect_edge_constraints()
6403 umap2 = isl_union_map_copy(cluster_map); in collect_edge_constraints()
6420 __isl_keep isl_union_map *cluster_map, in collect_constraints() argument
6453 isl_union_map *cluster_map; in init_merge_graph() local
[all …]