Add a basic static ProfileInfo provider (ProfileEstimatorPass).
authorDaniel Dunbar <daniel@zuster.org>
Sat, 8 Aug 2009 18:44:18 +0000 (18:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 8 Aug 2009 18:44:18 +0000 (18:44 +0000)
commit55e354ac0e294bde258420f80a2cc11ea19db482
tree0fcf726b9cb30296a4c023c49f64387783020f4c
parent63cd7e557c642e9b6e67f0ac3b19a9456d7e2306
Add a basic static ProfileInfo provider (ProfileEstimatorPass).
 - Part of optimal static profiling patch sequence by Andreas Neustifter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78484 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/Passes.h
include/llvm/LinkAllPasses.h
lib/Analysis/CMakeLists.txt
lib/Analysis/ProfileEstimatorPass.cpp [new file with mode: 0644]