C# Class Mosa.Compiler.Framework.Stages.LeaveSSA

Inheritance: BaseMethodCompilerStage
Show file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Finish ( ) : void
Run ( ) : void

Private Methods

Method Description
GetFinalVirtualRegister ( Operand operand ) : Operand
InsertCopyStatement ( BasicBlock predecessor, Operand result, Operand operand ) : void

Inserts the copy statement.

ProcessPhiInstruction ( Context context ) : void

Processes the phi instruction.

Method Details

Finish() protected method

protected Finish ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void