C# Class Mosa.Compiler.Framework.RegisterAllocator.ExtendedBlock

显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Contains ( SlotIndex slotIndex ) : bool
ExtendedBlock ( BasicBlock basicBlock, int registerCount, int loopDepth ) : System.Collections
ToString ( ) : string

Method Details

Contains() public method

public Contains ( SlotIndex slotIndex ) : bool
slotIndex SlotIndex
return bool

ExtendedBlock() public method

public ExtendedBlock ( BasicBlock basicBlock, int registerCount, int loopDepth ) : System.Collections
basicBlock BasicBlock
registerCount int
loopDepth int
return System.Collections

ToString() public method

public ToString ( ) : string
return string