llvm-project/polly/include
Tobias Grosser d5a7bfc51d ScopInfo: Do not return reference to member variable 'domain'.
Instead of returning a pointer to the domain, we return a new copy of it. This
is safer, as we do not give access to internal objects. It is also not
expensive, as isl will just increment a reference counter.

llvm-svn: 131010
2011-05-06 19:52:19 +00:00
..
polly ScopInfo: Do not return reference to member variable 'domain'. 2011-05-06 19:52:19 +00:00
CMakeLists.txt Add initial version of Polly 2011-04-29 06:27:02 +00:00