Function: comp-latch-final-frame

comp-latch-final-frame is a byte-compiled function defined in comp.el.gz.

Signature

(comp-latch-final-frame comp-latch-final-frame X)

Documentation

Access slot "final-frame" of comp-latch struct 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-latch (:copier nil)
                          (:include comp-block))
  "A basic block for a latch loop.")