LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
tasks.hh
Go to the documentation of this file.
1 
6 #ifndef LIVENESS_TASKS_HH
7 # define LIVENESS_TASKS_HH
8 
9 # include <task/libtask.hh>
10 
11 namespace liveness
12 {
13 
14  namespace tasks
15  {
16  TASK_GROUP("8. Liveness");
17 
19  TASK_DECLARE("F|flowgraph-dump", "dump the flowgraphs",
20  flowgraph_dump, "inst-compute");
21 
23  TASK_DECLARE("V|liveness-dump", "dump the liveness graphs",
24  liveness_dump, "inst-compute");
25 
27  TASK_DECLARE("N|interference-dump", "dump the interference graphs",
28  interference_dump, "inst-compute");
29  } // namespace tasks
30 
31 } // namespace liveness
32 
33 #endif // !LIVENESS_TASKS_HH