repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db/smdb.py: add a try catch block printing the return states
[smatch.git]
/
dominate.h
blob
a06216caf5ec53235b67864b83fc86fcf9c592f6
1
#ifndef DOMINATE_H
2
#define DOMINATE_H
3
4
struct
entrypoint
;
5
struct
basic_block_list
;
6
7
void
idf_compute
(
struct
entrypoint
*
ep
,
struct
basic_block_list
**
idf
,
struct
basic_block_list
*
alpha
);
8
9
10
// For debugging only
11
void
idf_dump
(
struct
entrypoint
*
ep
);
12
13
#endif