|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A UseDefMap
is a mapping from temporaries to the
HCodeElements
that define them.
Method Summary | |
HCodeElement[] |
defMap(HCode hc,
Temp t)
Return an array of HCodeElement s that define
Temp t . |
Enumeration |
defMapE(HCode hc,
Temp t)
Return an Enumeration of HCodeElement s that define
Temp t . |
HCodeElement[] |
useMap(HCode hc,
Temp t)
Return an array of HCodeElement s that use
Temp t . |
Enumeration |
useMapE(HCode hc,
Temp t)
Return an Enumeration of HCodeElement s that use
Temp t . |
Method Detail |
public HCodeElement[] useMap(HCode hc, Temp t)
HCodeElement
s that use
Temp t
.
hc
- The HCode
containing t
.t
- The temporary to examine.
HCodeElement
s where
HCodeElement.use()
includes t
.public Enumeration useMapE(HCode hc, Temp t)
HCodeElement
s that use
Temp t
.
hc
- The HCode
containing t
.t
- The temporary to examine.
HCodeElement
s where
HCodeElement.use()
includes t
.public HCodeElement[] defMap(HCode hc, Temp t)
HCodeElement
s that define
Temp t
.
hc
- The HCode
containing t
.t
- The temporary to examine.
HCodeElement
s where
HCodeElement.def()
includes t
.public Enumeration defMapE(HCode hc, Temp t)
HCodeElement
s that define
Temp t
.
hc
- The HCode
containing t
.t
- The temporary to examine.
HCodeElement
s where
HCodeElement.def()
includes t
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |