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

Inheritance: BaseMethodCompilerStage
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Properties

Property Type Description
InlineMethodAttribute string

Public Methods

Method Description
CanInline ( CompilerMethodData method ) : bool

Protected Methods

Method Description
CopyInstructions ( ) : BasicBlocks
Run ( ) : void

Private Methods

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

Method Details

CanInline() public method

public CanInline ( CompilerMethodData method ) : bool
method CompilerMethodData
return bool

CopyInstructions() protected method

protected CopyInstructions ( ) : BasicBlocks
return BasicBlocks

Run() protected method

protected Run ( ) : void
return void

Property Details

InlineMethodAttribute public_oe static_oe property

public static string InlineMethodAttribute
return string