1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Analysis/BranchProbabilityInfo
Diego Novillo d1f091f169 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 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