Uses of Package
at.dms.backend

Packages that use at.dms.backend
at.dms.backend   
 

Classes in at.dms.backend used by at.dms.backend
BackendOptions
          Generated file containing message definitions.
BasicBlock
          This class replaces all references to instructions by their associated handle.
CodeSequence
          This class reconstructs the code sequence
InferenceNode
          ???
InstructionHandle
           
LivenessAnalysis
          This class compute the liveness of each temporaries.
MethodEnv
          This class represents a method environment.
QDestination
          This class represents the destination of a quadruple.
QJump
          ???
QNode
          This class represent an abstract node.
QOperand
          ???
QOrigin
          This class represents the origin of a quadruple.
QQuadruple
          This class represents a quadruple: a source and a destinationination.
QSwitch
          This class represent an abstract node.
QTemporary
          This class represents a temporary.
QVoid
          This class represents the an instruction that has no return value.
Trace
          This is the entry point of the backend, this class constructs the control flow graf and applies optimizations.
TreeWalker
          This is the an abstract class to walk across the tree.