aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/liveness.h
blob: 882167cee8465f4fc2e62dbf97560934efa14237 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef LIVENESS_H
#define LIVENESS_H

struct entrypoint;

/* liveness.c */
void clear_liveness(struct entrypoint *ep);
void track_pseudo_liveness(struct entrypoint *ep);
void track_pseudo_death(struct entrypoint *ep);

#endif