LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
libliveness.hh
Go to the documentation of this file.
1 
6 #ifndef LIVENESS_LIBLIVENESS_HH
7 # define LIVENESS_LIBLIVENESS_HH
8 
9 # include <iostream> // std::cout
10 # include <temp/fwd.hh>
11 # include <assem/fwd.hh>
12 # include <misc/timer.hh>
13 
15 namespace liveness
16 {
17 
18  void
19  flowgraph_dump(const std::string& filename,
21  misc::timer& timer);
22 
23  void
24  liveness_dump(const std::string& filename,
26  const temp::TempMap& tempmap,
27  misc::timer& timer);
28 
29  void
30  interference_dump(const std::string& filename,
32  const temp::TempMap& tempmap,
33  misc::timer& timer);
34 
35 } // namespace liveness
36 
37 #endif // !LIVENESS_LIBLIVENESS_HH