llvm/lib/Transforms/IPO
Evan Cheng 8d84d5b62c Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it).
Furthermore, double the limit when more than 10% of the callee instructions are vector instructions. Multimedia kernels tend to love inlining.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48725 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-24 06:37:48 +00:00
..
ArgumentPromotion.cpp Take the old function's name. 2008-03-20 08:05:05 +00:00
ConstantMerge.cpp Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
DeadArgumentElimination.cpp Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
DeadTypeElimination.cpp
ExtractGV.cpp Fix some compilation errors on msvc: 2008-03-09 18:32:50 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
IndMemRemoval.cpp
Inliner.cpp Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it). 2008-03-24 06:37:48 +00:00
InlineSimple.cpp Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it). 2008-03-24 06:37:48 +00:00
Internalize.cpp
IPConstantPropagation.cpp Incorporate feedback. 2008-03-20 18:30:32 +00:00
LoopExtractor.cpp
LowerSetJmp.cpp Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
Makefile
PruneEH.cpp Reimplement the parameter attributes support, phase #1. hilights: 2008-03-12 17:45:29 +00:00
RaiseAllocations.cpp
SimplifyLibCalls.cpp Check multiple return values. 2008-03-12 00:32:32 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp
StructRetPromotion.cpp Reimplement the parameter attributes support, phase #1. hilights: 2008-03-12 17:45:29 +00:00