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
   75 __isl_give isl_local_space *isl_local_space_wrap(

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7943   auto res = isl_local_space_wrap(copy());
tools/polly/lib/External/isl/isl_coalesce.c
 2584 	ls1 = isl_local_space_wrap(isl_basic_map_get_local_space(info1->bmap));
 2585 	ls2 = isl_local_space_wrap(isl_basic_map_get_local_space(info2->bmap));
 3348 	ls = isl_local_space_wrap(ls);