Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it can...
authorKenneth Uildriks <kennethuil@gmail.com>
Wed, 9 Jun 2010 15:11:37 +0000 (15:11 +0000)
committerKenneth Uildriks <kennethuil@gmail.com>
Wed, 9 Jun 2010 15:11:37 +0000 (15:11 +0000)
commit42c7d23c6d56e0743169d94025264eaf17eb799d
treec39514d454c0f168a723770c379a4c9323abe112
parent43d225dc8bdaa37e1b0a222f7510ade18a7267e4
Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it can be reused from PartialSpecializationCost

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105725 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CodeMetrics.h [new file with mode: 0644]
include/llvm/Analysis/InlineCost.h
lib/Analysis/InlineCost.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp