[ScopInfo] Introduce list of statements in Scop::StmtMap. NFC.
commit651979bee9130872f13d454dc92accd32bf1e717
authorMichael Kruse <llvm@meinersbur.de>
Tue, 18 Jul 2017 15:41:49 +0000 (18 15:41 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Tue, 18 Jul 2017 15:41:49 +0000 (18 15:41 +0000)
tree104f5f756df36875a920d4e477a0805a3034a824
parent5b70ce7730ecc01ee491232635f760fbdda439d7
[ScopInfo] Introduce list of statements in Scop::StmtMap. NFC.

Once statements are split, a BasicBlock will comprise of multiple
statements. To prepare for this change in future, we introduce a list
of statements in the statement map.

Contributed-by: Nandini Singhal <cs15mtech01004@iith.ac.in>
Differential Revision: https://reviews.llvm.org/D35301

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@308318 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopInfo.h
lib/Analysis/ScopInfo.cpp