From ec8fe3cc8ef12edd5756b17457c553a3b64197dc Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 24 Aug 2004 01:57:02 +0000 Subject: [PATCH] Added DSE, LICM, LVN, PRE, SCCP, and SSA git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16007 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Lexicon.html | 67 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 63 insertions(+), 4 deletions(-) diff --git a/docs/Lexicon.html b/docs/Lexicon.html index a83ca22fc48..b4db226e46e 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -24,12 +24,36 @@
- + + + + + + + + + + + + + + + + + + + + + + + + +
- A -
- A -
ADCE
- D -
DSE
- L -
LICMLVN
- P -
PRE
- S -
SCCPSSA
@@ -40,11 +64,46 @@
- A -
-
ADCE
-
Aggressive Dead Code Elimination
+
ADCE
+
Aggressive Dead Code Elimination
+
+
+ +
- D -
+
+
+
DSE
+
Dead Store Elimination
+
+
+ +
- L -
+
+
+
LICM
+
Loop Invariant Code Motion
+
LVN
+
Load Value Numbering
+
+
+ +
- P -
+
+
+
PRE
+
Partial Redundancy Elimination
+
+
+ +
- S -
+
+
+
SCCP
+
Sparse Conditional Constant Propagation +
SSA
+
Static Single Assignment
-