From 529b8424f1188ce6e880e73f5773326d42b4ddc3 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 20 May 2012 20:30:47 +0000 Subject: [PATCH] Add RPO to the lexicon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157166 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Lexicon.html | 2 ++ 1 file changed, 2 insertions(+) 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