Initial implementation of the ET-Forest data structure for dominators and
authorChris Lattner <sabre@nondot.org>
Sun, 8 Jan 2006 08:22:18 +0000 (08:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Jan 2006 08:22:18 +0000 (08:22 +0000)
commitccacd3ccc2a4a2336085a1d8d58cedb947b2eb52
tree720065c75179ec644dba19932ce535d51d13269b
parente00ab70c1833cbf994c169d6dd5bdd1a1528a2ca
Initial implementation of the ET-Forest data structure for dominators and
post-dominators.  This code was written/adapted by Daniel Berlin!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25144 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/ET-Forest.h [new file with mode: 0644]
include/llvm/Analysis/PostDominators.h
lib/Analysis/PostDominators.cpp
lib/VMCore/Dominators.cpp