param_key: fix container of when no struct member is referenced
[smatch.git] / dominate.h
bloba06216caf5ec53235b67864b83fc86fcf9c592f6
1 #ifndef DOMINATE_H
2 #define DOMINATE_H
4 struct entrypoint;
5 struct basic_block_list;
7 void idf_compute(struct entrypoint *ep, struct basic_block_list **idf, struct basic_block_list *alpha);
10 // For debugging only
11 void idf_dump(struct entrypoint *ep);
13 #endif