Uses of Class
at.dms.backend.InferenceNode

Packages that use InferenceNode
at.dms.backend   
 

Uses of InferenceNode in at.dms.backend
 

Methods in at.dms.backend that return InferenceNode
 InferenceNode[] RegisterAllocation.getInferenceGraph()
          Returns the inference Graph.
 

Methods in at.dms.backend with parameters of type InferenceNode
 void InferenceNode.linkTo(InferenceNode other)
          Adds a link to an other node.
 void InferenceNode.coalesceTo(InferenceNode other)
          Coalesce two nodes together: not implemented, throws RuntimeException.
 

Constructors in at.dms.backend with parameters of type InferenceNode
TraceInferenceGraph(InferenceNode[] nodes)
          ???