[PM/AA] Sink all the actual code from AliasAnalysisCounter back into the
authorChandler Carruth <chandlerc@gmail.com>
Fri, 14 Aug 2015 02:12:12 +0000 (02:12 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 14 Aug 2015 02:12:12 +0000 (02:12 +0000)
commit0dc1606c51dfa074879de08c818f3b818420a5f8
tree457a86e05e927876dd693ec6b76c8cb786174016
parent20c9ab5fe6a097a4f8f7da745dffa39d830d4d6e
[PM/AA] Sink all the actual code from AliasAnalysisCounter back into the
.cpp file to make the header much less noisy.

Also makes it easy to use a static helper rather than a public method
for printing lines of stats.

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