LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
interference-graph.hxx
Go to the documentation of this file.
1 
6 #ifndef LIVENESS_INTERFERENCE_GRAPH_HXX
7 # define LIVENESS_INTERFERENCE_GRAPH_HXX
8 
9 namespace liveness
10 {
11 
12  inline
15  {
16  return moves_;
17  }
18 
19  inline
22  {
23  return moves_;
24  }
25 
26  inline
27  const misc::timer&
29  {
30  return timer_;
31  }
32 
33 } // namespace liveness
34 
35 #endif // !LIVENESS_INTERFERENCE_GRAPH_HXX