Mosa.Compiler.Framework.RegisterAllocator.VirtualRegister.AddLiveInterval C# (CSharp) Méthode

AddLiveInterval() public méthode

public AddLiveInterval ( Interval interval ) : void
interval Interval
Résultat void
        public void AddLiveInterval(Interval interval)
        {
            AddLiveInterval(interval.Start, interval.End);
        }

Same methods

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