Handbook
Glossary
compute-copy-equiv* ( node -- )
Vocabulary
compiler
.
tree
.
propagation
.
copy
Inputs
node
an
object
Outputs
None
Definition
IN:
compiler.tree.propagation.copy
GENERIC:
compute-copy-equiv*
( node -- )
Methods
USING:
accessors
compiler.tree
compiler.tree.propagation.copy
kernel
sequences
;
M:
#phi
compute-copy-equiv*
[
phi-in-d>>
flip
]
[
out-d>>
]
bi
compute-phi-equiv
;
USING:
compiler.tree
compiler.tree.propagation.copy
;
M:
#renaming
compute-copy-equiv*
inputs/outputs
are-copies-of
;
USING:
compiler.tree
compiler.tree.propagation.copy
kernel
;
M:
node
compute-copy-equiv*
drop
;