Esempio n. 1
0
 public RegisterPreservation(Dictionary<Procedure, SsaState> scc, DataFlow2 dataFlow)
 {
     this.scc = scc;
     this.dataFlow = dataFlow;
     this.cmp = new ExpressionValueComparer();
 }
Esempio n. 2
0
 public RegisterPreservation(Dictionary <Procedure, SsaState> scc, DataFlow2 dataFlow)
 {
     this.scc      = scc;
     this.dataFlow = dataFlow;
     this.cmp      = new ExpressionValueComparer();
 }