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
locking: ignore false positives caused by perf_event_enable/period()
[smatch.git]
/
simplify.h
blob
ed3dd9716a3e64e2e1353797fbf88ddf093b581b
1
#ifndef SIMPLIFY_H
2
#define SIMPLIFY_H
3
4
#include
"linearize.h"
5
6
int
simplify_instruction
(
struct
instruction
*
insn
);
7
8
int
replace_with_pseudo
(
struct
instruction
*
insn
,
pseudo_t pseudo
);
9
10
#endif