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

References

tools/polly/lib/External/isl/isl_affine_hull.c
   43 	if (ISL_F_ISSET(bmap, ISL_BASIC_MAP_NO_IMPLICIT))
   54 	ISL_F_SET(bmap, ISL_BASIC_MAP_NO_IMPLICIT);
  911 	ISL_F_SET(bmap, ISL_BASIC_MAP_NO_IMPLICIT | ISL_BASIC_MAP_ALL_EQUALITIES);
tools/polly/lib/External/isl/isl_coalesce.c
 3842 		ISL_F_SET(info[i].bmap, ISL_BASIC_MAP_NO_IMPLICIT);
 3906 		if (!ISL_F_ISSET(info[i].bmap, ISL_BASIC_MAP_NO_IMPLICIT))
tools/polly/lib/External/isl/isl_convex_hull.c
   83 	ISL_F_SET(bmap, ISL_BASIC_MAP_NO_IMPLICIT);
 1920 	ISL_F_SET(convex_hull, ISL_BASIC_MAP_NO_IMPLICIT);
 2399 		ISL_F_SET(hull, ISL_BASIC_MAP_NO_IMPLICIT);
tools/polly/lib/External/isl/isl_map.c
 1434 	ISL_F_CLR(bmap, ISL_BASIC_MAP_NO_IMPLICIT);
 1528 	ISL_F_CLR(bmap, ISL_BASIC_MAP_NO_IMPLICIT);