llvm-6502/include/llvm/Transforms
Chris Lattner 5e665f5594 Switch inliner over to use DenseMap instead of std::map for ValueMap. This
speeds up the inliner 16%.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33801 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-03 00:08:31 +00:00
..
Utils Switch inliner over to use DenseMap instead of std::map for ValueMap. This 2007-02-03 00:08:31 +00:00
Instrumentation.h remove an old instrumentation pass that is not used anymore. 2007-01-07 18:12:13 +00:00
IPO.h Propagate changes from my local tree. This patch includes: 2007-01-28 13:31:35 +00:00
RSProfiling.h Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. 2006-02-22 16:23:43 +00:00
Scalar.h Inherit BasicBlockPass directly from Pass. 2007-01-25 23:23:25 +00:00