|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.backend.opt.Ssa
Transform into SSA (Static Single Assignment) form.
| Constructor Summary | |
Ssa(boolean pruned)
Create a transformer to SSA form. |
|
| Method Summary | |
void |
doIt(Function f)
|
void |
doIt(Function f,
ImList args)
Rewrite function f to SSA form. |
static Ssa |
minimal()
Create a transformer which converts a function to Minimal SSA form. |
static Ssa |
pruned()
Create a transformer which converts a function to Pruned SSA form. |
static LocalTransformer |
trigger(java.lang.String type)
Return transformer object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Ssa(boolean pruned)
| Method Detail |
public static LocalTransformer trigger(java.lang.String type)
public static Ssa minimal()
public static Ssa pruned()
public void doIt(Function f)
public void doIt(Function f,
ImList args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||