Searched refs:path_comp (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_transitive_closure.c1871 isl_map *path_comp, *path_comb; local
1879 path_comp = floyd_warshall(isl_space_copy(dim),
1881 path_comp = anonymize(path_comp);
1883 isl_map_copy(path_comp));
1884 path = isl_map_union(path, path_comp);
2808 isl_union_map *path_comp, *path_comb; local
2817 path_comp = union_floyd_warshall(comp, exact);
2819 isl_union_map_copy(path_comp));
2820 path = isl_union_map_union(path, path_comp);
[all...]

Completed in 86 milliseconds