Build EC's for globals twice. The first is after constructing the initial
authorChris Lattner <sabre@nondot.org>
Sun, 20 Mar 2005 03:32:35 +0000 (03:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Mar 2005 03:32:35 +0000 (03:32 +0000)
commit9b426bdd818ecab4efb4ba2438078663c371bd8d
tree4f5f4a191afb95038bab9bbe31c76a8c8fc00d6b
parent7cdf321256ef9e37146cceed67f76cd7e5c8c61d
Build EC's for globals twice.  The first is after constructing the initial
Globals Graph for the local pass, the second is after all of the locals
graphs have been constructed.  This allows for many additional global EC's
to be recognized that weren't before.  This speeds up analysis of programs
like 177.mesa, where it changes DSA from taking 0.712s to 0.4018s.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20711 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/Local.cpp