RegionInfo: Add getMaxRegionExit()
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 27 Jul 2010 08:39:43 +0000 (08:39 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Tue, 27 Jul 2010 08:39:43 +0000 (08:39 +0000)
commit0e6fcf4be360f5d73685c213e3b4af1bb9ce2b5d
tree32292954d18407ee71186d4be76b92d184a9d875
parent2c11046fa186a4489bfd562cd81ff8a4883cb223
RegionInfo: Add getMaxRegionExit()

getMaxRegionExit returns the exit of the maximal refined region starting
at a specific basic block.

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