Class AllIntegerDueToBranchePiPolicy

java.lang.Object
com.ibm.wala.ssa.AllIntegerDueToBranchePiPolicy
All Implemented Interfaces:
SSAPiNodePolicy

public class AllIntegerDueToBranchePiPolicy extends Object implements SSAPiNodePolicy
A policy, that adds pi nodes for all variables, that are used in a branch instruction.
Author:
Stephan Gocht <stephan@gobro.de>
  • Constructor Details

    • AllIntegerDueToBranchePiPolicy

      public AllIntegerDueToBranchePiPolicy()
  • Method Details