llvm-6502/lib/Transforms/IPO
Daniel Dunbar 1a99dbfe3b Factor shouldInline method out of Inliner.
- No functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58355 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-29 01:02:02 +00:00
..
AddReadAttrs.cpp Ignore loads from and stores to local memory (i.e. allocas) 2008-10-04 13:24:24 +00:00
ArgumentPromotion.cpp
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractGV.cpp Fix a bug that prevented llvm-extract -delete from working. 2008-10-21 01:08:07 +00:00
GlobalDCE.cpp
GlobalOpt.cpp
IndMemRemoval.cpp
InlineAlways.cpp Assorted comment/naming fixes, 80-col violations, and reindentation. 2008-10-28 23:24:26 +00:00
Inliner.cpp Factor shouldInline method out of Inliner. 2008-10-29 01:02:02 +00:00
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp Clean up some multiple-return-value code that is no longer 2008-10-03 22:21:24 +00:00
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
PartialSpecialization.cpp dont specialize weak functions and the like 2008-10-08 18:45:59 +00:00
PruneEH.cpp
RaiseAllocations.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp
StructRetPromotion.cpp