llvm-project/polly/lib/Analysis
Tobias Grosser f1bfd75221 ScopInfo: Allocate globally unique memory access identifiers
Before this commit memory reference identifiers have only been unique per
basic block, but not per (non-affine) ScopStmt. This commit now uses the
MemoryAccess base pointer to uniquely identify each Memory access.

llvm-svn: 252200
2015-11-05 20:15:37 +00:00
..
DependenceInfo.cpp Do not use the assumed context in the dependence analysis any more 2015-09-17 17:28:19 +00:00
ScopDetection.cpp Remove old and redundant options 2015-11-02 10:13:32 +00:00
ScopDetectionDiagnostic.cpp ScopDetect: Bail out for non-simple memory accesses 2015-10-25 13:48:40 +00:00
ScopGraphPrinter.cpp Add option -polly-view-only 2015-08-03 16:39:56 +00:00
ScopInfo.cpp ScopInfo: Allocate globally unique memory access identifiers 2015-11-05 20:15:37 +00:00
ScopPass.cpp [Refactor] Add a Scop & as argument to printScop 2015-03-01 18:40:25 +00:00