Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
torvalds
/
sparse
/
refs/heads/master
/
.
/
simplify.h
blob: 15c887376445123f86e1d258eed3c38f85d05da6 [
file
] [
log
] [
blame
]
#ifndef
SIMPLIFY_H
#define
SIMPLIFY_H
#include
"linearize.h"
int
simplify_instruction
(
struct
instruction
*
insn
);
int
early_simplify_preop
(
struct
expression
*
expr
);
int
replace_with_pseudo
(
struct
instruction
*
insn
,
pseudo_t
pseudo
);
#endif