Start separating out code metrics into code size metrics and code performance metrics...
authorKenneth Uildriks <kennethuil@gmail.com>
Fri, 8 Oct 2010 13:57:31 +0000 (13:57 +0000)
committerKenneth Uildriks <kennethuil@gmail.com>
Fri, 8 Oct 2010 13:57:31 +0000 (13:57 +0000)
commitca52c8ba12285c0e86f1b6d3b354342c59e2a416
treef52b5fe896d2b417ef41ff8d6917999c112afe18
parentd7b8d91d4a2a284bbe9ef6f32b3c25daa7ea0513
Start separating out code metrics into code size metrics and code performance metrics.  Partial Specialization will apply the former to function specializations, and the latter to all callsites that can use a specialization, in order to decide whether to create a specialization

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