llvm-6502/lib/Transforms/IPO
Chris Lattner 6a67393e19 Big diff for a small change: delete inlined functions if all callees have
inlined the function.
Implements: Inline/inline_dce.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8101 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-24 05:03:14 +00:00
..
Cilkifier.cpp
Cilkifier.h
ConstantMerge.cpp
DeadArgumentElimination.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp
FunctionResolution.cpp Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll 2003-08-23 20:03:05 +00:00
GlobalDCE.cpp Fixed a segfault in gccld. 2003-08-07 14:43:13 +00:00
InlineSimple.cpp Big diff for a small change: delete inlined functions if all callees have 2003-08-24 05:03:14 +00:00
Internalize.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
Makefile
MutateStructTypes.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
Parallelize.cpp Remove unnecessary use of NonCopyable 2003-08-06 17:16:24 +00:00
RaiseAllocations.cpp Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
SimpleStructMutation.cpp