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

Declarations

tools/polly/lib/External/isl/include/isl/map.h
  187 __isl_give isl_basic_map *isl_basic_map_sample(__isl_take isl_basic_map *bmap);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 5999   auto res = isl_basic_map_sample(copy());
tools/polly/lib/External/isl/isl_sample.c
 1239 	return isl_basic_map_sample(bset);
 1251 		sample = isl_basic_map_sample(isl_basic_map_copy(map->p[i]));