13 map
<var_sym
*, pdg::array
*> arrays
;
15 isl_space
*dim
; /* parameters */
20 std::vector
<domain_ann
*> nodes
;
22 void dump(int argc
, char * argv
[]);
23 void visit(tree_node
*t
);
24 dumper(tree_proc
*t
, context_info
*ctx
) : tp(t
), ctx(ctx
) {
25 sa
= (symtab_ann
*)tp
->peek_annote(k_domain_symtab
);
29 pdg::access
*add_access(pdg::node
*pn
, stmt_access
*sa
);
30 pdg::call_or_access
*scan_stmt(pdg::node
*pn
, stmt_node
*n
);
31 pdg::function_call
*scan_stmt(pdg::node
*pn
, stmt
*s
);
34 void dump(tree_proc
* tp
, context_info
*ctx
, int argc
, char * argv
[]);