Package edu.cmu.cs.crystal.analysis.constant

Examples of edu.cmu.cs.crystal.analysis.constant.ConstantTransferFunction


      ILatticeOperations<AC> ops = getAliasLatticeOps();
     
      RelationshipTransferFunction<AC> tfR = new RelationshipTransferFunction<AC>(this, constraints, infers, types, retriever, aliasTF, ops);
      fa = new TACFlowAnalysis<FusionLattice<AC>>(tfR, this.analysisInput.getComUnitTACs().unwrap());
     
      ConstantTransferFunction tfC = new ConstantTransferFunction();
      constants = new TACFlowAnalysis<TupleLatticeElement<Variable, BooleanConstantLE>>(tfC, this.analysisInput.getComUnitTACs().unwrap());

      RelationshipContext finalLattice = fa.getEndResults(methodDecl).getRelContext();
     
      reportResults(methodDecl, tfR.getConstraintChecker());
View Full Code Here

TOP

Related Classes of edu.cmu.cs.crystal.analysis.constant.ConstantTransferFunction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.