llvm-project/polly/lib/CodeGen
Michael Kruse 70131d3416 Introduce MemAccInst helper class; NFC
MemAccInst wraps the common members of LoadInst and StoreInst. Also use
of this class in:
- ScopInfo::buildMemoryAccess
- BlockGenerator::generateLocationAccessed
- ScopInfo::addArrayAccess
- Scop::buildAliasGroups
- Replace every use of polly::getPointerOperand

Reviewers: jdoerfert, grosser

Differential Revision: http://reviews.llvm.org/D16530

llvm-svn: 258947
2016-01-27 17:09:17 +00:00
..
BlockGenerators.cpp Introduce MemAccInst helper class; NFC 2016-01-27 17:09:17 +00:00
CodeGeneration.cpp Adjust formatting to clang-format changes in 256149 2015-12-21 12:38:56 +00:00
CodegenCleanup.cpp Fix of r257495. 2016-01-12 20:47:48 +00:00
IRBuilder.cpp Introduce MemAccInst helper class; NFC 2016-01-27 17:09:17 +00:00
IslAst.cpp Adjust formatting to clang-format changes in 256149 2015-12-21 12:38:56 +00:00
IslExprBuilder.cpp ScopInfo: Make getDimensionSize better reflect which dimensions carry sizes 2015-11-10 14:24:21 +00:00
IslNodeBuilder.cpp Introduce MemAccInst helper class; NFC 2016-01-27 17:09:17 +00:00
LoopGenerators.cpp Adjust formatting to clang-format changes in 256149 2015-12-21 12:38:56 +00:00
RuntimeDebugBuilder.cpp polly/ADT: Remove implicit ilist iterator conversions, NFC 2015-11-06 22:56:54 +00:00
Utils.cpp executeScopConditionally: Introduce special exiting block 2015-12-09 11:38:22 +00:00