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

Declarations

tools/polly/lib/External/isl/isl_map_private.h
  317 __isl_give isl_basic_map *isl_basic_map_overlying_set(

References

tools/polly/lib/External/isl/isl_affine_hull.c
 1207 	hull = isl_basic_map_overlying_set(bset, model);
tools/polly/lib/External/isl/isl_convex_hull.c
 1916 	convex_hull = isl_basic_map_overlying_set(bset, model);
 2393 	hull = isl_basic_map_overlying_set(bset, model);
 2909 	hull = isl_basic_map_overlying_set(hull, model);
tools/polly/lib/External/isl/isl_map.c
 5464 	return bset_from_bmap(isl_basic_map_overlying_set(bset,
tools/polly/lib/External/isl/isl_map_simplify.c
 1965 	bmap = isl_basic_map_overlying_set(bset, bmap);
 3077 		return isl_basic_map_overlying_set(bset, bmap);
 3089 	eq_bmap = isl_basic_map_overlying_set(eq, isl_basic_map_copy(bmap));
 3092 	bmap = isl_basic_map_overlying_set(bset, bmap);
tools/polly/lib/External/isl/isl_sample.c
 1231 	return isl_basic_map_overlying_set(bset, bmap);