llvm-6502/include/llvm/Transforms/Utils
Dale Johannesen 4362387c74 Do not inline functions with (dynamic) alloca into
functions that don't already have a (dynamic) alloca.
Dynamic allocas cause inefficient codegen and we shouldn't
propagate this (behavior follows gcc).  Two existing tests
assumed such inlining would be done; they are hacked by
adding an alloca in the caller, preserving the point of
the tests.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61946 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-08 21:45:23 +00:00
..
BasicBlockUtils.h Factor some code into a new FoldSingleEntryPHINodes method. 2008-12-03 19:44:02 +00:00
BasicInliner.h Add explicit keywords. 2008-07-07 18:00:37 +00:00
Cloning.h Revert 51775. 2008-05-30 22:47:19 +00:00
FunctionUtils.h Prune and tidy #includes. 2008-05-29 19:52:31 +00:00
InlineCost.h Do not inline functions with (dynamic) alloca into 2009-01-08 21:45:23 +00:00
Local.h Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +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 Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
UnrollLoop.h Commit the header I accidentally left out of 51083. 2008-05-14 04:39:40 +00:00
ValueMapper.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00