]> granicus.if.org Git - llvm/commit
Add two statistics to help track how we are computing the inline cost.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 11 Apr 2012 10:15:10 +0000 (10:15 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 11 Apr 2012 10:15:10 +0000 (10:15 +0000)
commitd6fc26217e194372cabe4ef9e2514beac511a943
tree5d19924ed9cb71a8423190737004561b5226c1e0
parent2e506198c8cc7eec8f2f4fb4719a07daef17f931
Add two statistics to help track how we are computing the inline cost.

Yea, 'NumCallerCallersAnalyzed' isn't a great name, suggestions welcome.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154492 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InlineCost.cpp
lib/Transforms/IPO/Inliner.cpp