Change ET-Forest to automatically recalculate its DFSnum's if too many slow
authorChris Lattner <sabre@nondot.org>
Sat, 14 Jan 2006 20:55:09 +0000 (20:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Jan 2006 20:55:09 +0000 (20:55 +0000)
commit25abb1dc094a08a3ba5cb426698b4780cbe438bb
tree1902d196402ffc22261c1c248ebdc9f244dcb054
parentb47fad9892a2b73252b05aa809b2de1af89a1d3d
Change ET-Forest to automatically recalculate its DFSnum's if too many slow
queries are made.

Patch by Daniel Berlin!

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