llvm-6502/include/llvm/Analysis/DataStructure
Vikram S. Adve c5204fb6f8 Complete rewrite of the code that merges DS graphs for equivalence classes
of functions called at a common call site.  The rewrite inlines the
resulting graphs bottom-up on the SCCs of the CBU call graph.  It also
simplifies the merging of equivalence classes by exploiting the fact that
functions in non-trivial SCCs are already merged.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13645 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-23 07:54:02 +00:00
..
DataStructure.h Doxygenified and cleand up comments. 2004-03-11 23:08:20 +00:00
DSGraph.h Doxygenified and cleand up comments. 2004-03-11 23:08:20 +00:00
DSGraphTraits.h Fix the "partial pool allocator" on em3d and others. The problem is that 2004-03-01 01:42:26 +00:00
DSNode.h Fix size/offset assertion to allow negative offsets and folded nodes. 2004-05-23 07:34:53 +00:00
DSSupport.h Doxygenified and cleand up comments. 2004-03-11 23:08:20 +00:00
EquivClassGraphs.h Complete rewrite of the code that merges DS graphs for equivalence classes 2004-05-23 07:54:02 +00:00