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

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

Protected Methods

Method Description
Inline ( InstructionNode callNode, BasicBlocks blocks ) : void
Run ( ) : void

Private Methods

Method Description
Map ( Operand operand, Operand>.Dictionary map, InstructionNode callNode ) : Operand

Method Details

Inline() protected method

protected Inline ( InstructionNode callNode, BasicBlocks blocks ) : void
callNode InstructionNode
blocks BasicBlocks
return void

Run() protected method

protected Run ( ) : void
return void