C# Class Mosa.Platform.x86.Stages.SimpleDeadCodeRemovalStage

The simple dead code removal stage remove useless instructions and NOP instructions prior to the register allocation stage.
Inheritance: BaseTransformationStage
Mostra file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
PopulateVisitationDictionary ( ) : void
Run ( ) : void

Method Details

PopulateVisitationDictionary() protected method

protected PopulateVisitationDictionary ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void