[llvm-commits] [llvm] r154492 - in /llvm/trunk/lib: Analysis/InlineCost.cpp Transforms/IPO/Inliner.cpp

Matt Beaumont-Gay matthewbg at google.com
Wed Apr 11 09:50:15 PDT 2012


On Wed, Apr 11, 2012 at 03:15, Chandler Carruth <chandlerc at gmail.com> wrote:
> Author: chandlerc
> Date: Wed Apr 11 05:15:10 2012
> New Revision: 154492
>
> URL: http://llvm.org/viewvc/llvm-project?rev=154492&view=rev
> Log:
> Add two statistics to help track how we are computing the inline cost.
>
> Yea, 'NumCallerCallersAnalyzed' isn't a great name, suggestions welcome.

NumParentCallersAnalyzed (or NumCallerParentsAnalyzed)?



More information about the llvm-commits mailing list