Handbook
Glossary
def-acs ( insn -- insn' )
Vocabulary
compiler
.
cfg
.
alias-analysis
Inputs
insn
an
object
Outputs
insn'
an
object
Definition
USING:
compiler.cfg.representations.preferred
cpu.architecture
kernel
sequences
;
IN:
compiler.cfg.alias-analysis
:
def-acs
( insn -- insn' )
dup
[
{
int-rep
tagged-rep
}
member?
[
drop
]
[
set-new-ac
]
if
]
each-def-rep
;