The LLVM Lexicon

NOTE: This document is a work in progress!

Table Of Contents
- A -
ADCE
- B -
BURS
- D -
DSA DSE
- L -
LICM Load-VN
- P -
PRE
- S -
SCCP SSA
Definitions
- A -
ADCE
Aggressive Dead Code Elimination
- B -
BURS
Bottom Up Rewriting System - A method of instruction selection for code generation. An example is the BURG tool.
- D -
DSA
Data Structure Analysis
DSE
Dead Store Elimination
- L -
LICM
Loop Invariant Code Motion
Load-VN
Load Value Numbering
- P -
PRE
Partial Redundancy Elimination
- S -
SCCP
Sparse Conditional Constant Propagation
SSA
Static Single Assignment

Valid CSS!Valid HTML 4.01!The LLVM Team
The LLVM Compiler Infrastructure
Last modified: $Date$