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

Inheritance: BaseMethodCompilerStage
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes protégées

Méthode Description
Finish ( ) : void
Run ( ) : void

Private Methods

Méthode 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 méthode

protected Finish ( ) : void
Résultat void

Run() protected méthode

protected Run ( ) : void
Résultat void