llvm-project/polly/lib/CodeGen
Michael Kruse 8d89179e33 [ScopInfo] Rename ScopStmt::contains(BB) to represents(BB). NFC.
In future, there will be no more a 1:1 correspondence between statements
and basic blocks, the name `contains` does not correctly capture their
relationship. A BB may infact comprise of multiple statements; hence we
describe a statement 'representing' a basic block.

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

llvm-svn: 308982
2017-07-25 16:25:37 +00:00
..
BlockGenerators.cpp [ScopInfo] Rename ScopStmt::contains(BB) to represents(BB). NFC. 2017-07-25 16:25:37 +00:00
CodeGeneration.cpp [ScopInfo] Print instructions in dump(). 2017-07-21 15:35:53 +00:00
CodegenCleanup.cpp Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00
IRBuilder.cpp [CodeGen] Emit aliasing metadata for new arrays. 2017-06-19 10:19:29 +00:00
IslAst.cpp Move applyScheduleToAccessRelation to isl++ 2017-07-23 04:08:52 +00:00
IslExprBuilder.cpp Move ScopArrayInfo::getFromAccessFunction and getFromId to isl++ 2017-07-24 16:22:27 +00:00
IslNodeBuilder.cpp Move applyScheduleToAccessRelation to isl++ 2017-07-23 04:08:52 +00:00
LoopGenerators.cpp Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00
PPCGCodeGeneration.cpp [PPCGCodeGeneration] Skip arrays with empty extent. 2017-07-25 12:35:36 +00:00
PerfMonitor.cpp Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00
RuntimeDebugBuilder.cpp Update for alloca construction changes 2017-04-11 00:12:58 +00:00
Utils.cpp [PPCGCodeGeneration] Fix runtime check adjustments since they make assumptions about BB layout. 2017-07-14 10:00:25 +00:00