Handbook
Glossary
#renaming
High-level optimizer operating on lexical tree SSA IR
Prev:
#shuffle
Next:
#copy
Vocabulary
compiler
.
tree
Definition
IN:
compiler.tree
TUPLE:
#renaming
<
node
;
Methods
USING:
compiler.tree
compiler.tree.def-use.simplified
kernel
sequences
;
M:
#renaming
actually-defined-by*
inputs/outputs
swap
[
index
]
dip
nth
(actually-defined-by)
;
USING:
compiler.tree
compiler.tree.def-use.simplified
kernel
sequences
;
M:
#renaming
actually-used-by*
inputs/outputs
[
indices
]
dip
nths
[
(actually-used-by)
]
each
;
USING:
compiler.tree
compiler.tree.propagation.copy
;
M:
#renaming
compute-copy-equiv*
inputs/outputs
are-copies-of
;
USING:
compiler.tree
compiler.tree.escape-analysis.allocations
compiler.tree.escape-analysis.nodes
;
M:
#renaming
escape-analysis*
inputs/outputs
copy-values
;