llvm-6502/include
Owen Anderson 082bf2a977 Refactor code-size reduction estimation methods out of InlineCostAnalyzer and into CodeMetrics. They
don't use any InlineCostAnalyzer state, and are useful for other clients who don't necessarily want to use
all of InlineCostAnalyzer's logic, some of which is fairly inlining-specific.

No intended functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113499 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-09 16:56:42 +00:00
..
llvm Refactor code-size reduction estimation methods out of InlineCostAnalyzer and into CodeMetrics. They 2010-09-09 16:56:42 +00:00
llvm-c Fix LLVM target initialization to deal with sociopathic outside projects 2010-08-30 18:34:48 +00:00