Mosa.Compiler.Framework.RegisterAllocator.VirtualRegister.AddLiveInterval C# (CSharp) Method

AddLiveInterval() public method

public AddLiveInterval ( Interval interval ) : void
interval Interval
return void
        public void AddLiveInterval(Interval interval)
        {
            AddLiveInterval(interval.Start, interval.End);
        }

Same methods

VirtualRegister::AddLiveInterval ( SlotIndex start, SlotIndex end ) : void