Function: comp-latch-insns

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

Signature

(comp-latch-insns CL-X)

Documentation

Access slot "insns" of comp-latch struct CL-X.

List of instructions.

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.")