llvm-6502/test/Analysis/BranchProbabilityInfo
Diego Novillo 77226a03dc 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182638 91177308-0d34-0410-b5e6-96231b3b80d8
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 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. 2012-02-16 06:28:33 +00:00
loop.ll Fix the API usage in loop probability heuristics. It was incorrectly 2011-10-25 09:47:41 +00:00
noreturn.ll Make the unreachable probability much much heavier. The previous 2011-12-22 09:26:37 +00:00