joeq.Compiler.Quad.SSA
Class EnterSSA
java.lang.Object
joeq.Compiler.Quad.SSA.EnterSSA
- All Implemented Interfaces:
- ControlFlowGraphVisitor
public class EnterSSA
- extends Object
- implements ControlFlowGraphVisitor
Transform IR into SSA form.
Adapted from some code I found somewhere on the net...
- Version:
- $Id: EnterSSA.java 2465 2006-06-07 23:03:17Z joewhaley $
- Author:
- jwhaley
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnterSSA
public EnterSSA()
visitCFG
public void visitCFG(ControlFlowGraph ir)
- Specified by:
visitCFG
in interface ControlFlowGraphVisitor
markSSARegisterFlags
public static void markSSARegisterFlags(ControlFlowGraph cfg)
Copyright © 2001-2008 John Whaley. All Rights Reserved.