Modifier and Type | Method and Description |
---|---|
ILOCProgram |
ILOCGenerator.getProgram()
Returns the generated ILOC program.
|
Modifier and Type | Method and Description |
---|---|
void |
ILOCProcessor.process(ILOCProgram program)
Perform analysis and/or modification on the given ILOC program
|
void |
GenerateX86.process(ILOCProgram program) |
void |
LocalRegisterAllocator.process(ILOCProgram program)
Perform register allocation on each function.
|
void |
ExportControlFlowDOT.process(ILOCProgram program) |
void |
MyLivenessAnalysis.process(ILOCProgram program)
Perform liveness analysis on each function.
|
void |
ILOCInterpreter.process(ILOCProgram program) |
void |
PeepholeOptimizer.process(ILOCProgram program) |
void |
RenumberRegistersAndLabels.process(ILOCProgram program)
Renumber registers and jump labels
|
void |
GenerateY86.process(ILOCProgram program) |
Copyright © 2019. All rights reserved.