Searched refs:path_comp (Results 1 – 1 of 1) sorted by relevance
1915 isl_map *path_comp, *path_comb; in construct_power_components() local1923 path_comp = floyd_warshall(isl_space_copy(space), in construct_power_components()1925 path_comp = anonymize(path_comp); in construct_power_components()1927 isl_map_copy(path_comp)); in construct_power_components()1928 path = isl_map_union(path, path_comp); in construct_power_components()2799 isl_union_map *path_comp, *path_comb; in union_components() local2808 path_comp = union_floyd_warshall(comp, exact); in union_components()2810 isl_union_map_copy(path_comp)); in union_components()2811 path = isl_union_map_union(path, path_comp); in union_components()