コード例 #1
0
ファイル: RegisterPreservation.cs プロジェクト: relaxar/reko
 public RegisterPreservation(Dictionary<Procedure, SsaState> scc, DataFlow2 dataFlow)
 {
     this.scc = scc;
     this.dataFlow = dataFlow;
     this.cmp = new ExpressionValueComparer();
 }
コード例 #2
0
ファイル: RegisterPreservation.cs プロジェクト: smx-smx/reko
 public RegisterPreservation(Dictionary <Procedure, SsaState> scc, DataFlow2 dataFlow)
 {
     this.scc      = scc;
     this.dataFlow = dataFlow;
     this.cmp      = new ExpressionValueComparer();
 }