hanchenye-llvm-project/llvm/test/Analysis/BranchProbabilityInfo
Diego Novillo c63995394d Add a new function attribute 'cold' to functions.
Other than recognizing the attribute, the patch does little else.
It changes the branch probability analyzer so that edges into
blocks postdominated by a cold function are given low weight.

Added analysis and code generation tests.  Added documentation for the
new attribute.

llvm-svn: 182638
2013-05-24 12:26:52 +00:00
..
basic.ll Add a new function attribute 'cold' to functions. 2013-05-24 12:26:52 +00:00
lit.local.cfg
loop.ll
noreturn.ll