llvm-6502/lib/Transforms/Scalar
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
..
ADCE.cpp
BasicBlockPlacement.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Remove dead code and fix indentation per Chris' review comments. 2007-02-02 14:41:37 +00:00
LICM.cpp Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
LoopStrengthReduce.cpp
LoopUnroll.cpp Switch inliner over to use DenseMap instead of std::map for ValueMap. This 2007-02-03 00:08:31 +00:00
LoopUnswitch.cpp Switch inliner over to use DenseMap instead of std::map for ValueMap. This 2007-02-03 00:08:31 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp Use short form of binary operator create functions. 2007-02-02 14:08:20 +00:00
SCCP.cpp Switch this back to using an std::map. DenseMap entries are getting invalidated 2007-02-02 22:36:16 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp