llvm-project/polly/lib/Analysis
Tobias Grosser e71ed19841 Add iterators for the ArrayInfo objects of the scop
This patch also changes the implementation of the ArrayInfoMap to a MapVector
which will ensure that iterating over the list of ArrayInfo objects gives
predictable results. The single loop that currently enumerates the ArrayInfo
objects only frees the individual objectes, hence a possibly changing
iteration order does not affect the outcome. The added robustness is for
future users of this interface.

llvm-svn: 236583
2015-05-06 10:05:20 +00:00
..
DependenceInfo.cpp Fix some formatting issues 2015-04-21 11:42:01 +00:00
ScopDetection.cpp [FIX] Invalid recognition of multidimensional access 2015-05-03 16:03:01 +00:00
ScopDetectionDiagnostic.cpp Adding debug location information to Polly's JSCOP and dot exports 2015-05-03 05:21:36 +00:00
ScopGraphPrinter.cpp Adding debug location information to Polly's JSCOP and dot exports 2015-05-03 05:21:36 +00:00
ScopInfo.cpp Add iterators for the ArrayInfo objects of the scop 2015-05-06 10:05:20 +00:00
ScopPass.cpp [Refactor] Add a Scop & as argument to printScop 2015-03-01 18:40:25 +00:00
TempScopInfo.cpp Allow loops in non-affine subregions -- SCoP Modeling 2015-04-12 22:58:40 +00:00