Package edu.cmu.cs.fusion.alias

Examples of edu.cmu.cs.fusion.alias.AliasContext


      }
    }
  }

  private void check(TACInstruction instr, ASTNode node) {
    AliasContext triggerAliases = fa.getPointsToResultsIntermediate(node);
    RelationshipContext rels = fa.getRelResultsBefore(node);
    BooleanContext bools = new BooleanConstantWrapper(node, fa.getBooleanAnalysis(), triggerAliases);
    FusionEnvironment<?> triggerEnv = new FusionEnvironment<AliasContext>(triggerAliases, rels , bools, fa.getHierarchy(), fa.getInfers(), fa.getVariant());
   
    if (rels.isBottom()) {
View Full Code Here

TOP

Related Classes of edu.cmu.cs.fusion.alias.AliasContext

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.