reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1864 if (!map) 1866 if (map->n <= 1) 1867 return floyd_warshall(dim, map, exact, project); 1869 data.list = map->p; 1871 g = isl_tarjan_graph_init(map->ctx, map->n, &basic_map_follows, &data); 1871 g = isl_tarjan_graph_init(map->ctx, map->n, &basic_map_follows, &data); 1881 n = map->n; 1883 path = isl_map_empty(isl_map_get_space(map)); 1890 comp = isl_map_alloc_space(isl_map_get_space(map), n, 0); 1893 isl_basic_map_copy(map->p[g->order[i]])); 1918 return floyd_warshall(dim, map, orig_exact, project);