llvm-project/polly/lib
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
..
Analysis ScopInfo: Do not return reference to member variable 'domain'. 2011-05-06 19:52:19 +00:00
Exchange ScopInfo: Do not return reference to member variable 'domain'. 2011-05-06 19:52:19 +00:00
JSON JSON: Do not use throw when exception is disabled. 2011-04-30 02:47:34 +00:00
Support Add initial version of Polly 2011-04-29 06:27:02 +00:00
CMakeLists.txt Add initial version of Polly 2011-04-29 06:27:02 +00:00
Cloog.cpp ScopInfo: Do not return reference to member variable 'domain'. 2011-05-06 19:52:19 +00:00
CodeGeneration.cpp ScopDetection: Remember the functions generated by backend in a pointer set, so we 2011-05-06 02:38:20 +00:00
CodePreparation.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
IndependentBlocks.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
Interchange.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
Makefile Add initial version of Polly 2011-04-29 06:27:02 +00:00
MayAliasSet.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
Pocc.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
RegionSimplify.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00