reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_transitive_closure.c
 1721 	if (!map)
 1723 	if (map->n <= 1)
 1724 		return incremental_closure(dim, map, exact, project);
 1726 	group = setup_groups(map->ctx, map->p, map->n, &set, &n);
 1726 	group = setup_groups(map->ctx, map->p, map->n, &set, &n);
 1726 	group = setup_groups(map->ctx, map->p, map->n, &set, &n);
 1730 	for (i = 0; i < 2 * map->n; ++i)
 1735 	return floyd_warshall_with_groups(dim, map, exact, project, group, n);