Пример #1
0
 public RegisterPreservation(Dictionary<Procedure, SsaState> scc, DataFlow2 dataFlow)
 {
     this.scc = scc;
     this.dataFlow = dataFlow;
     this.cmp = new ExpressionValueComparer();
 }
Пример #2
0
 public RegisterPreservation(Dictionary <Procedure, SsaState> scc, DataFlow2 dataFlow)
 {
     this.scc      = scc;
     this.dataFlow = dataFlow;
     this.cmp      = new ExpressionValueComparer();
 }