LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
interference-graph.hh File Reference

Declare liveness::InterferenceGraph. More...

#include <list>
#include <map>
#include <misc/graph.hh>
#include <temp/fwd.hh>
#include <assem/libassem.hh>
#include <misc/set.hh>
#include <liveness/liveness.hh>
#include <target/libtarget.hh>
#include <liveness/interference-graph.hxx>
Include dependency graph for interference-graph.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  liveness::InterferenceGraph
 Provide liveness analysis. More...

Namespaces

namespace  liveness
 Generation of the FlowGraph, Liveness graph, and InterferenceGraph.

Typedefs

typedef boost::graph_traits
< InterferenceGraph >
::vertex_iterator 
liveness::interferencegraph_vertex_iter_type
 Iterator on the vertices of an InterferenceGraph.
typedef boost::graph_traits
< InterferenceGraph >
::edge_iterator 
liveness::interferencegraph_edge_iter_type
 Iterator on the edges of an InterferenceGraph.
typedef boost::graph_traits
< InterferenceGraph >
::adjacency_iterator 
liveness::interferencegraph_neighb_iter_type
 Iterator on the neighborhood of a vertex of an InterferenceGraph.

Detailed Description