blob: a06216caf5ec53235b67864b83fc86fcf9c592f6 [file] [log] [blame]
#ifndef DOMINATE_H
#define DOMINATE_H
struct entrypoint;
struct basic_block_list;
void idf_compute(struct entrypoint *ep, struct basic_block_list **idf, struct basic_block_list *alpha);
// For debugging only
void idf_dump(struct entrypoint *ep);
#endif