Add RegionPass support.
authorTobias Grosser <grosser@fim.uni-passau.de>
Wed, 20 Oct 2010 01:54:44 +0000 (01:54 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Wed, 20 Oct 2010 01:54:44 +0000 (01:54 +0000)
commit65513605353c7e3ee8be6fc92892f257ad399d92
tree5ed1eadcd13601b914a22908e03ef41152586b4f
parent3e26c3c7d4c652811ab1ec5bd0f2a749c372709b
Add RegionPass support.

A RegionPass is executed like a LoopPass but on the regions detected by the
RegionInfo pass instead of the loops detected by the LoopInfo pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116905 91177308-0d34-0410-b5e6-96231b3b80d8
docs/WritingAnLLVMPass.html
include/llvm/Analysis/RegionPass.h [new file with mode: 0644]
include/llvm/Pass.h
include/llvm/PassManagers.h
lib/Analysis/CMakeLists.txt
lib/Analysis/RegionPass.cpp [new file with mode: 0644]
lib/VMCore/PassManager.cpp
tools/opt/opt.cpp