Split code not specific to Function inlining out into a separate class,
authorDan Gohman <gohman@apple.com>
Tue, 13 Oct 2009 19:58:07 +0000 (19:58 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 13 Oct 2009 19:58:07 +0000 (19:58 +0000)
commite7f0ed5aceed27d6f46521ec6e4c139986c5b489
tree902599507907be4c4ef07b59809a98730ca7a988
parentd452ea6a6417e4ce7e110249c5e74bcc6ab1ae49
Split code not specific to Function inlining out into a separate class,
named CodeMetrics. Move it to be a non-nested class. Rename RegionInfo
back to FunctionInfo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84013 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/InlineCost.h
lib/Analysis/InlineCost.cpp