[ScopInfo] Get a list of statements for a region node. NFC.
commit5a9c4323874eab8c35d8e853a61e483e33fa96ad
authorMichael Kruse <llvm@meinersbur.de>
Thu, 20 Jul 2017 17:18:58 +0000 (20 17:18 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 20 Jul 2017 17:18:58 +0000 (20 17:18 +0000)
tree8e2bc4a2142506c66d6acbeac963e27d70b75fd3
parentb47f3f6a20bd48c6b0d9ea4f0a8684392bfa93cc
[ScopInfo] Get a list of statements for a region node. NFC.

When constructing a schedule true and there are multiple statements for
a basic block, create a sequence node for these statements.

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

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