Make block and function count available via ProfileInfo.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 5 Aug 2009 21:51:16 +0000 (21:51 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 5 Aug 2009 21:51:16 +0000 (21:51 +0000)
commitc9008c5cc7113ea4c3a262e346c0dfcdbca12ae6
treee8e8c7d27032dc84dd20ce8327a4cbf927104d1f
parentb341577401dfb25e1e6c451eee6dd01df531365a
Make block and function count available via ProfileInfo.
 - Part of optimal static profiling patch sequence by Andreas Neustifter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78247 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ProfileInfo.h
lib/Analysis/ProfileInfo.cpp
lib/Analysis/ProfileInfoLoaderPass.cpp
tools/llvm-prof/llvm-prof.cpp