The LLVM Lexicon
NOTE: This document is a work in progress!
Table Of Contents
Definitions
- ADCE
- Aggressive Dead Code Elimination
- DSE
- Dead Store Elimination
- LICM
- Loop Invariant Code Motion
- LVN
- Load Value Numbering
- PRE
- Partial Redundancy Elimination
- SCCP
- Sparse Conditional Constant Propagation
- SSA
- Static Single Assignment
The LLVM Team
The LLVM Compiler Infrastructure
Last modified: $Date$