llvm-project/polly/lib/Analysis
Tobias Grosser b69d16ab24 Pass an actual schedule to the isl_union_access [NFC]
This change is a step towards using a single isl_schedule object throughout
Polly. At the moment the schedule is just constructed from the flat
isl_union_map that defines the schedule. Later we will obtain it directly
from the scop and potentially obtain a schedule with a non-trivial internal
structure that will allow faster dependence analysis.

llvm-svn: 235378
2015-04-21 11:01:34 +00:00
..
DependenceInfo.cpp Pass an actual schedule to the isl_union_access [NFC] 2015-04-21 11:01:34 +00:00
ScopDetection.cpp Clear InsnToMemAcc map in ScopDetection after each runOnFunction 2015-04-18 11:01:25 +00:00
ScopDetectionDiagnostic.cpp Fix polly build after LLVM r235327 2015-04-20 20:28:43 +00:00
ScopGraphPrinter.cpp Avoid nullptr dereference in the ScopGraphPrinter 2015-03-29 22:00:54 +00:00
ScopInfo.cpp Allow loops in non-affine subregions -- SCoP Modeling 2015-04-12 22:58:40 +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