joeq.Compiler.Analysis.IPSSA
Class SSAValue.OmegaPhi

java.lang.Object
  extended by joeq.Compiler.Analysis.IPSSA.SSAValue
      extended by joeq.Compiler.Analysis.IPSSA.SSAValue.Phi
          extended by joeq.Compiler.Analysis.IPSSA.SSAValue.OmegaPhi
Enclosing class:
SSAValue

public static class SSAValue.OmegaPhi
extends SSAValue.Phi

This represents a merge of definitions but without any further information such as predicates.


Nested Class Summary
 
Nested classes/interfaces inherited from class joeq.Compiler.Analysis.IPSSA.SSAValue
SSAValue.ActualOut, SSAValue.Alloc, SSAValue.Constant, SSAValue.Copy, SSAValue.FormalIn, SSAValue.Gamma, SSAValue.IPPhi, SSAValue.Normal, SSAValue.NullConstant, SSAValue.OmegaPhi, SSAValue.Phi, SSAValue.Predicate, SSAValue.Predicated, SSAValue.SigmaPhi, SSAValue.Terminal, SSAValue.UnknownConstant, SSAValue.UseCollection
 
Field Summary
 
Fields inherited from class joeq.Compiler.Analysis.IPSSA.SSAValue.Phi
_definitions, _usedDefinitions
 
Fields inherited from class joeq.Compiler.Analysis.IPSSA.SSAValue
_destination
 
Constructor Summary
SSAValue.OmegaPhi()
           
 
Method Summary
 void addUsedDefinition(SSADefinition def)
           
 String getLetter()
           
 
Methods inherited from class joeq.Compiler.Analysis.IPSSA.SSAValue.Phi
getDefinition, getDefinitionCount, getDefinitionIterator, getUsedDefinitionIterator, toString
 
Methods inherited from class joeq.Compiler.Analysis.IPSSA.SSAValue
getDestination, getQuad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSAValue.OmegaPhi

public SSAValue.OmegaPhi()
Method Detail

getLetter

public String getLetter()
Specified by:
getLetter in class SSAValue.Phi

addUsedDefinition

public void addUsedDefinition(SSADefinition def)


Copyright © 2001-2008 John Whaley. All Rights Reserved.