|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.ssa.PublicSsa
This class is to use SSA module from other optimizers.
| Field Summary | |
(package private) SsaEnvironment |
env
The environment of the SSA module |
(package private) Function |
f
The current function |
(package private) MemoryAliasAnalyze |
mem
The memory alias analysis engine |
(package private) SsaSymTab |
sstab
The symbol table of the SSA module |
| Constructor Summary | |
PublicSsa(Function func,
IoRoot io)
Constructor |
|
| Method Summary | |
void |
backTranslate()
Back translate from SSA form. |
void |
translate()
Translate into SSA form. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
SsaEnvironment env
SsaSymTab sstab
Function f
MemoryAliasAnalyze mem
| Constructor Detail |
public PublicSsa(Function func,
IoRoot io)
func - The current functionio - The IoRoot of the COINS compiler| Method Detail |
public void translate()
public void backTranslate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||