protected IILStreamAction PushOperation(IILStreamAction streamAction) { _ilActions.Add(streamAction); return(streamAction); }
public abstract bool Equals(IILStreamAction other);
private static IILStreamAction?Deoptimize(IILStreamAction action) => action switch {
public bool Equals(IILStreamAction other) => other is Inst iOther && OpCode == iOther.OpCode;