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

Declarations

tools/polly/include/polly/Support/ISLTools.h
  154 isl::set singleton(isl::union_set USet, isl::space ExpectedSpace);

References

tools/polly/lib/Analysis/DependenceInfo.cpp
  674   isl::set Deltas = singleton(UDeltas, ScheduleSpace);
tools/polly/lib/Transform/ZoneAlgo.cpp
  562   isl::set WriteTimes = singleton(PHIWriteScatter.range(), ScatterSpace);
tools/polly/unittests/Isl/IslTest.cpp
  631   EXPECT_EQ(SET("{ [] : 1 = 0 }"), singleton(USET("{ }"), SPACE("{ [] }")));
  636   EXPECT_EQ(SET("{ [] }"), singleton(USET("{ [] }"), SPACE("{ [] }")));
  642             singleton(USET("{ [i] : 0 <= i < 10 }"), SPACE("{ [i] }")));
  649             singleton(USET("[i] -> { [i] }"), SPACE("{ [i] }")));