[ScopInfo] Rename ScopStmt::contains(BB) to represents(BB). NFC.
commit1b617831668378d21d34d233e4266b711f6bd146
authorMichael Kruse <llvm@meinersbur.de>
Tue, 25 Jul 2017 16:25:37 +0000 (25 16:25 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Tue, 25 Jul 2017 16:25:37 +0000 (25 16:25 +0000)
treebba22d243904afe20ac2004e226c1c0b83a088a4
parent4bc60a4a0d29f7f7bc244db1606df2e755d0fa1c
[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

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@308982 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopInfo.h
lib/Analysis/ScopBuilder.cpp
lib/CodeGen/BlockGenerators.cpp
lib/Support/VirtualInstruction.cpp