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
  594 __isl_give isl_basic_map *isl_basic_map_gist(__isl_take isl_basic_map *bmap,

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 5723   auto res = isl_basic_map_gist(copy(), context.release());
tools/polly/lib/External/isl/isl_map_simplify.c
 3130 		map->p[i] = isl_basic_map_gist(map->p[i],
 3507 	return bset_from_bmap(isl_basic_map_gist(bset_to_bmap(bset),
 3543 	return isl_basic_map_gist(bmap, bmap_context);