llvm-project/polly/lib/Analysis
Roman Gareev e2ee79afde Simplify AccFuncMap to vector<> AccessFunctions
getAccessFunctions() is dead code and the 'BB' argument
of getOrCreateAccessFunctions() is not used. This patch deletes
getAccessFunctions and transforms AccFuncMap into
a std::vector<std::unique_ptr<MemoryAccess>> AccessFunctions.

Reviewed-by: Tobias Grosser <tobias@grosser.es>

Differential Revision: https://reviews.llvm.org/D23759

llvm-svn: 279394
2016-08-21 11:09:19 +00:00
..
DependenceInfo.cpp [DependenceInfo] Reset operations counter when setting limit. 2016-08-05 11:31:02 +00:00
PolyhedralInfo.cpp [GSoC] Add PolyhedralInfo pass - new interface to polly analysis 2016-07-25 12:48:45 +00:00
ScopBuilder.cpp Simplify AccFuncMap to vector<> AccessFunctions 2016-08-21 11:09:19 +00:00
ScopDetection.cpp Disable invariant load hoisting temporarily 2016-08-15 16:43:36 +00:00
ScopDetectionDiagnostic.cpp Fix assertion due to loop overlap with nonaffine region. 2016-06-27 19:00:49 +00:00
ScopGraphPrinter.cpp Fix formatting 2015-12-17 13:04:30 +00:00
ScopInfo.cpp Simplify AccFuncMap to vector<> AccessFunctions 2016-08-21 11:09:19 +00:00
ScopPass.cpp Decouple SCoP building logic from pass 2016-05-31 09:41:04 +00:00