llvm-6502/include/llvm/Transforms/Utils
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
..
BasicBlockUtils.h prune #includes, fit in 80 cols. 2008-02-25 19:21:38 +00:00
BasicInliner.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
Cloning.h don't include loopinfo.h from this file. 2008-01-11 06:30:04 +00:00
FunctionUtils.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
InlineCost.h 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
Local.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
PromoteMemToReg.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
UnifyFunctionExitNodes.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
ValueMapper.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00