|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.ssa.GlobalReassociation.SortData
Private data for global reassociation.
| Field Summary | |
(package private) BiList |
list
The list of operations |
(package private) int |
opCode
The operator code of the data |
(package private) int |
rank
The rank of the data |
(package private) int |
type
The type of the data |
| Constructor Summary | |
(package private) |
GlobalReassociation.SortData(int r,
int c,
int t)
Constructor |
(package private) |
GlobalReassociation.SortData(int r,
int c,
int t,
LirNode node)
Constructor |
| Method Summary | |
(package private) LirNode |
makeLirNode()
Generate LIR node from the current data |
java.lang.String |
toString()
Make String to show the current data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
final int rank
final int opCode
final int type
final BiList list
| Constructor Detail |
GlobalReassociation.SortData(int r,
int c,
int t)
r - The rank of the datac - The operator code of the datat - The type of the data
GlobalReassociation.SortData(int r,
int c,
int t,
LirNode node)
r - The rank of the datac - The operator code of the datat - The type of the datanode - The initial node of the data| Method Detail |
LirNode makeLirNode()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||