llvm-6502/lib/Transforms/IPO
Chris Lattner 9ce300013d Ignore instructions that are in trivially dead functions. This allows us
to constify 14 globals instead of 4 in a trivial C++ testcase.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15027 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-20 03:58:07 +00:00
..
ArgumentPromotion.cpp bug 122: 2004-07-18 00:23:51 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractFunction.cpp
FunctionResolution.cpp bug 122: 2004-07-18 00:44:37 +00:00
GlobalDCE.cpp Remove useless statistic, fix some slightly broken logic 2004-07-18 07:22:58 +00:00
GlobalOpt.cpp Ignore instructions that are in trivially dead functions. This allows us 2004-07-20 03:58:07 +00:00
Inliner.cpp Fix a performance regression from the CPR patch, simplify code 2004-07-18 21:34:16 +00:00
Inliner.h
InlineSimple.cpp bug 122: 2004-07-18 00:32:14 +00:00
Internalize.cpp
IPConstantPropagation.cpp Avoid an unnecessary isa<Constant>. 2004-07-18 08:31:18 +00:00
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
PruneEH.cpp
RaiseAllocations.cpp bug 122: 2004-07-18 00:44:37 +00:00