llvm-project/polly/lib/Analysis
Tobias Grosser 60b54f19e6 Detect Parameters directly on the SCEV.
Instead of using TempScop to find parameters, we detect them directly
on the SCEV. This allows us to remove the TempScop parameter detection
in a subsequent commit.

This fixes a bug reported by Marcello Maggioni <hayarms@gmail.com>

llvm-svn: 144087
2011-11-08 15:41:28 +00:00
..
CMakeLists.txt Add initial version of Polly 2011-04-29 06:27:02 +00:00
Dependences.cpp Initialize the passes early and properly. 2011-10-08 00:30:40 +00:00
Makefile Add initial version of Polly 2011-04-29 06:27:02 +00:00
ScopDetection.cpp Detect Parameters directly on the SCEV. 2011-11-08 15:41:28 +00:00
ScopGraphPrinter.cpp Show the reason a region is not a SCoP in the DOT graphs. 2011-10-08 00:30:55 +00:00
ScopInfo.cpp Detect Parameters directly on the SCEV. 2011-11-08 15:41:28 +00:00
ScopPass.cpp ScopInfo: Get the isl_ctx always with getIslCtx() 2011-10-06 00:03:54 +00:00
TempScopInfo.cpp Detect Parameters directly on the SCEV. 2011-11-08 15:41:28 +00:00