From: Nick Lewycky Date: Sun, 20 May 2012 20:30:47 +0000 (+0000) Subject: Add RPO to the lexicon. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=529b8424f1188ce6e880e73f5773326d42b4ddc3;p=oota-llvm.git Add RPO to the lexicon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157166 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Lexicon.html b/docs/Lexicon.html index f43eff5931c..60d90167c94 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -73,6 +73,7 @@ RAUW Reassociation Root + RPO - S - @@ -243,6 +244,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool. the collector begins its reachability analysis. In the context of code generation, "root" almost always refers to a "stack root" -- a local or temporary variable within an executing function. +
RPO
Reverse postorder