C# 클래스 Mosa.Platform.x86.Stages.SimpleDeadCodeRemovalStage

The simple dead code removal stage remove useless instructions and NOP instructions prior to the register allocation stage.
상속: BaseTransformationStage
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 메소드들

메소드 설명
PopulateVisitationDictionary ( ) : void
Run ( ) : void

메소드 상세

PopulateVisitationDictionary() 보호된 메소드

protected PopulateVisitationDictionary ( ) : void
리턴 void

Run() 보호된 메소드

protected Run ( ) : void
리턴 void