Uses of Interface
edu.cmu.cs.crystal.tac.ConstructorCallInstruction

Packages that use ConstructorCallInstruction
edu.cmu.cs.crystal.analysis.constant   
edu.cmu.cs.crystal.analysis.live   
edu.cmu.cs.crystal.simple This package is for creating very simple flow analyses; if you're new to flow analyses, start here. 
edu.cmu.cs.crystal.tac The interfaces for the three-address code (TAC) instructions. 
 

Uses of ConstructorCallInstruction in edu.cmu.cs.crystal.analysis.constant
 

Methods in edu.cmu.cs.crystal.analysis.constant with parameters of type ConstructorCallInstruction
 IResult<TupleLatticeElement<Variable,BooleanConstantLE>> ConstantTransferFunction.transfer(ConstructorCallInstruction instr, java.util.List<ILabel> labels, TupleLatticeElement<Variable,BooleanConstantLE> value)
           
 

Uses of ConstructorCallInstruction in edu.cmu.cs.crystal.analysis.live
 

Methods in edu.cmu.cs.crystal.analysis.live with parameters of type ConstructorCallInstruction
 TupleLatticeElement<Variable,LiveVariableLE> LiveVariableTransferFunction.transfer(ConstructorCallInstruction instr, TupleLatticeElement<Variable,LiveVariableLE> value)
           
 

Uses of ConstructorCallInstruction in edu.cmu.cs.crystal.simple
 

Methods in edu.cmu.cs.crystal.simple with parameters of type ConstructorCallInstruction
 LE AbstractingTransferFunction.transfer(ConstructorCallInstruction instr, LE value)
           
 

Uses of ConstructorCallInstruction in edu.cmu.cs.crystal.tac
 

Methods in edu.cmu.cs.crystal.tac with parameters of type ConstructorCallInstruction
 LE ITACTransferFunction.transfer(ConstructorCallInstruction instr, LE value)
           
 IResult<LE> AbstractTACBranchSensitiveTransferFunction.transfer(ConstructorCallInstruction instr, java.util.List<ILabel> labels, LE value)
           
 IResult<LE> ITACBranchSensitiveTransferFunction.transfer(ConstructorCallInstruction instr, java.util.List<ILabel> labels, LE value)
           
 void SimpleInstructionVisitor.visit(ConstructorCallInstruction instr)