llvm/lib/Transforms/IPO
2008-09-03 18:50:53 +00:00
..
ArgumentPromotion.cpp
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractGV.cpp
GlobalDCE.cpp
GlobalOpt.cpp
IndMemRemoval.cpp
InlineAlways.cpp Add custom inliner that handles only functions that are marked as always_inline. 2008-09-03 18:50:53 +00:00
Inliner.cpp Handle "always inline" note during inline cost analysis. 2008-09-03 18:47:45 +00:00
InlineSimple.cpp Check noinline note and ignore other notes. 2008-09-03 18:46:35 +00:00
Internalize.cpp
IPConstantPropagation.cpp
LoopExtractor.cpp Use empty() instead of begin() == end(). 2008-08-14 18:13:49 +00:00
LowerSetJmp.cpp
Makefile
PruneEH.cpp
RaiseAllocations.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp
StructRetPromotion.cpp Replace two for loops with while(!X->use_empty()) loops. This prevents 2008-08-14 15:03:05 +00:00