|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.backend.opt.Ssa
Transform into SSA (Static Single Assignment) form.
コンストラクタの概要 | |
Ssa(boolean pruned)
Create a transformer to SSA form. |
メソッドの概要 | |
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. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public Ssa(boolean pruned)
メソッドの詳細 |
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)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |