Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
2a5afb6eafe9cd781f149ab53ee6ea8f23010ee5
/
.
/
cse.h
blob: 29c97ea9d27a50f26dae2f0a7951887b697af799 [
file
]
#ifndef
CSE_H
#define
CSE_H
struct
instruction
;
struct
entrypoint
;
/* cse.c */
void
cse_collect
(
struct
instruction
*
insn
);
void
cse_eliminate
(
struct
entrypoint
*
ep
);
#endif