Rematerialize nodes from the globals graph into the current graph
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 16 Jul 2003 21:42:03 +0000 (21:42 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 16 Jul 2003 21:42:03 +0000 (21:42 +0000)
commit1da1d32fc742db98a0850164177920f15b998b67
treebab82552300506b7bba9bd06ac5b507956ea3288
parent03e19ddaf70b6e1595d503641928efb62e18df14
Rematerialize nodes from the globals graph into the current graph
after all callees are inlined into the current graph.

NOTE: There's also a major bug fix for the BU pass in DataStructure.cpp,
which ensures that resolvable indirect calls are not moved out to the
globals graph, so that they are eventually inlined (if possible).

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