llvm-6502/lib/Transforms/IPO
Dale Johannesen 16581bf931 Use a SmallPtrSet instead of std::set.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67578 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-23 23:39:20 +00:00
..
ArgumentPromotion.cpp
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka Duncan) 2009-03-18 16:48:45 +00:00
DeadTypeElimination.cpp
ExtractGV.cpp
FunctionAttrs.cpp This debug info special case should no longer 2009-03-09 11:57:08 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Ignore debug info while evaluating function. 2009-03-09 23:04:12 +00:00
IndMemRemoval.cpp
InlineAlways.cpp
Inliner.cpp Use a SmallPtrSet instead of std::set. 2009-03-23 23:39:20 +00:00
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp
IPO.cpp
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
MergeFunctions.cpp
PartialSpecialization.cpp
PruneEH.cpp Clear the cached cost when removing a function in 2009-03-19 18:03:56 +00:00
RaiseAllocations.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp Fix -strip-debug-declare to work when there are 2009-03-13 22:59:47 +00:00
StructRetPromotion.cpp