Function: comp-func-l-ssa-status

comp-func-l-ssa-status is a byte-compiled function defined in comp.el.gz.

Signature

(comp-func-l-ssa-status CL-X)

Documentation

Access slot "ssa-status" of comp-func-l struct CL-X.

SSA status either: nil, dirty or t. Once in SSA form this *must* be set to dirty every time the topology of the CFG is mutated by a pass.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(cl-defstruct (comp-func-l (:include comp-func))
  "Lexically-scoped function."
  (args nil :type comp-args-base
        :documentation "Argument specification of the function"))