llvm-project/polly/lib/Analysis
Michael Kruse 19c9d99f45 Use value directly instead of reference. NFC.
The alias to the array element is read-only and a primitive type (pointer),
therefore use the value directly instead of a reference to it.

llvm-svn: 281311
2016-09-13 09:56:05 +00:00
..
DependenceInfo.cpp DependenceInfo: Make clear that no double-free problem exists 2016-09-08 14:08:01 +00:00
PolyhedralInfo.cpp [GSoC] Add PolyhedralInfo pass - new interface to polly analysis 2016-07-25 12:48:45 +00:00
ScopBuilder.cpp Store the size of the outermost dimension in case of newly created arrays that require memory allocation. 2016-09-12 17:08:31 +00:00
ScopDetection.cpp ScopDetection: Make sure we do not accidentally divide by zero 2016-09-08 14:08:05 +00:00
ScopDetectionDiagnostic.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00
ScopGraphPrinter.cpp Migrate from NodeType * to NodeRef. 2016-08-22 22:30:27 +00:00
ScopInfo.cpp Use value directly instead of reference. NFC. 2016-09-13 09:56:05 +00:00
ScopPass.cpp Decouple SCoP building logic from pass 2016-05-31 09:41:04 +00:00