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
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes protégées

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

Method Details

PopulateVisitationDictionary() protected méthode

protected PopulateVisitationDictionary ( ) : void
Résultat void

Run() protected méthode

protected Run ( ) : void
Résultat void