[ScopInfo] Introduce ScopStmt::contains(BB*). NFC.
authorMichael Kruse <llvm@meinersbur.de>
Thu, 23 Mar 2017 16:12:21 +0000 (16:12 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 23 Mar 2017 16:12:21 +0000 (16:12 +0000)
commitc3e9c1442da3f1e68b9b894c50d219747991330a
tree1e332f7be6aa92997755f6103395c1044a82dbd4
parent1c048ab6ba2321be0ae4a6dd8052b12f21963943
[ScopInfo] Introduce ScopStmt::contains(BB*). NFC.

Provide an common way for testing if a statement contains something
for region and block statements. First user is
RegionGenerator::addOperandToPHI.

Suggested-by: Tobias Grosser <tobias@grosser.es>
llvm-svn: 298617
polly/include/polly/ScopInfo.h
polly/lib/CodeGen/BlockGenerators.cpp