Function: comp-block-cstr-final-frame
comp-block-cstr-final-frame is a byte-compiled function defined in
comp.el.gz.
Signature
(comp-block-cstr-final-frame CL-X)
Documentation
Access slot "final-frame" of comp-block-cstr struct CL-X.
This is a copy of the frame when leaving the block. Is in use to help the SSA rename pass.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(cl-defstruct (comp-block-cstr (:copier nil)
(:include comp-block))
"A basic block holding only constraints.")