|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.IR.Assem.Instr
harpoon.IR.Assem.InstrMEM
harpoon.Analysis.Instr.RegAlloc.SpillStore
public static class RegAlloc.SpillStore
Class for RegAlloc
usage in spilling registers.
Note that the constructors automagically put in the
"appropriate" `d# and `s# operands.
REP INVARIANT: SpillStores have only one dst Temp.
Field Summary |
---|
Fields inherited from class harpoon.IR.Assem.Instr |
---|
arrayFactory, canFallThrough, next, prev |
Method Summary | |
---|---|
Collection<Temp> |
defC()
Returns a Collection of all the
Temp s defined in this HCodeElement . |
Methods inherited from class harpoon.IR.Assem.InstrMEM |
---|
accept, cloneMutateAssem, rename |
Methods inherited from class harpoon.IR.Assem.Instr |
---|
cloneMutateAssem, def, edgeC, edges, getAssem, getEntry, getExit, getFactory, getGroups, getID, getInstrFor, getLineNumber, getNext, getPrev, getSourceFile, getTargets, hashCode, hasModifiableTargets, hasMultiplePredecessors, insertAt, insertInstrsAt, isDirective, isDummy, isJump, isLabel, isMove, isPred, isSucc, layout, map, map, map, pred, predC, remove, rename, rename, replace, replaceInstrList, setGroup, succ, succC, toString, use, useC |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Collection<Temp> defC()
UseDefable
Collection
of all the
Temp
s defined in this HCodeElement
.
defC
in interface UseDefable
defC
in class Instr
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |