llvm-6502/include/llvm/Transforms
Owen Anderson a723d1e48f Factor a bunch of functionality related to memcpy and memset transforms out of
GVN and into its own pass.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49419 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-09 08:23:16 +00:00
..
IPO 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
Utils 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
Instrumentation.h fix typos 2008-03-06 10:36:00 +00:00
IPO.h FunctionExtractorPass has been superceded by GVExtractorPass 2008-03-21 16:46:53 +00:00
RSProfiling.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
Scalar.h Factor a bunch of functionality related to memcpy and memset transforms out of 2008-04-09 08:23:16 +00:00