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 CALLGRAPH_TASKS_HH
7 # define CALLGRAPH_TASKS_HH
8 
9 # include <task/libtask.hh>
10 # include <callgraph/fundec-graph.hh>
11 
12 namespace callgraph
13 {
14 
16  namespace tasks
17  {
18 
19  TASK_GROUP("3. Callgraph");
20 
21 
22  /*-------------.
23  | Call graph. |
24  `-------------*/
25 
27  TASK_DECLARE("callgraph-compute", "build the call graph",
28  callgraph_compute, "bindings-compute");
30  TASK_DECLARE("callgraph-dump", "dump the call graph",
31  callgraph_dump, "callgraph-compute");
32 
33 
34 
35  } // namespace tasks
36 
37 } // namespace callgraph
38 
39 #endif // !CALLGRAPH_TASKS_HH