Add BasicInliner interface.
authorDevang Patel <dpatel@apple.com>
Wed, 25 Jul 2007 18:00:25 +0000 (18:00 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 25 Jul 2007 18:00:25 +0000 (18:00 +0000)
commit6899b314225dd5fa5ccc2a5692daaa89c1d623d8
tree15cabe7a2eb96e54266eec3cf068869cb523dc9e
parentb4d2cac15b19ff1ec0d233ae742884d1632769c6
Add BasicInliner interface.
This interface allows clients to inline bunch of functions with module
level call graph information.:wq

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40486 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/BasicInliner.h [new file with mode: 0644]
include/llvm/Transforms/Utils/InlineCost.h [new file with mode: 0644]
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/Utils/BasicInliner.cpp [new file with mode: 0644]
lib/Transforms/Utils/InlineCost.cpp [new file with mode: 0644]