llvm-mirror/include/llvm-c
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
..
Transforms
Analysis.h
BitReader.h
BitWriter.h
Core.h Add a new function attribute 'cold' to functions. 2013-05-24 12:26:52 +00:00
Disassembler.h
ExecutionEngine.h
Initialization.h
Linker.h
LinkTimeOptimizer.h
lto.h
Object.h
Target.h
TargetMachine.h