1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/include/llvm/Transforms
Chris Lattner 71fe09f397 Switch inliner over to use DenseMap instead of std::map for ValueMap. This
speeds up the inliner 16%.

llvm-svn: 33801
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