All Packages Class Hierarchy This Package Previous Next Index
Interface RegAlloc.InterferenceGraphFactory
- public interface InterferenceGraphFactory
-
getInterferenceGraph(FlowGraph)
- Create an instance of some concrete subclass of InterferenceGraph and return it.
getInterferenceGraph
public abstract InterferenceGraph getInterferenceGraph(FlowGraph f)
- Create an instance of some concrete subclass of InterferenceGraph and return it. The InterferenceGraph should be based on liveness analysis of the FlowGraph.
All Packages Class Hierarchy This Package Previous Next Index