[C++11] Add a basic block range view for RegionInfo
authorTobias Grosser <tobias@grosser.es>
Mon, 3 Mar 2014 13:00:39 +0000 (13:00 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 3 Mar 2014 13:00:39 +0000 (13:00 +0000)
commit75c86c9e9ad1b5e4f31fd78b819ef9e45caa5b6b
tree125b56b4ac019a5f927da654ce305c8c404e9587
parent8959996a75949dcf2d629cd63e03df325dd6f431
[C++11] Add a basic block range view for RegionInfo

This also switches the users in LLVM to ensure this functionality is tested.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202705 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/RegionInfo.h
lib/Analysis/RegionInfo.cpp
lib/Analysis/RegionPass.cpp
lib/Analysis/RegionPrinter.cpp
lib/Transforms/Scalar/StructurizeCFG.cpp