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

Declarations

tools/polly/lib/External/isl/include/isl/local_space.h
   48 __isl_give isl_space *isl_local_space_get_space(__isl_keep isl_local_space *ls);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7871   auto res = isl_local_space_get_space(get());
tools/polly/lib/External/isl/isl_aff.c
  196 	space = isl_local_space_get_space(ls);
  372 	space = isl_local_space_get_space(aff->ls);
tools/polly/lib/External/isl/isl_constraint.c
  379 	return constraint ? isl_local_space_get_space(constraint->ls) : NULL;
tools/polly/lib/External/isl/isl_local_space.c
  423 		return isl_local_space_get_space(ls);
tools/polly/lib/External/isl/isl_map.c
  470 	bmap = isl_basic_map_alloc_space(isl_local_space_get_space(ls),
 7389 	bmap->dim = isl_local_space_get_space(ls);
 7422 	map->dim = isl_local_space_get_space(ls);
tools/polly/lib/External/isl/isl_output.c
 2503 	space = isl_local_space_get_space(ls);