Function: comp-block-cstr-df

comp-block-cstr-df is a byte-compiled function defined in comp.el.gz.

Signature

(comp-block-cstr-df comp-block-cstr-df X)

Documentation

Access slot "df" of comp-block-cstr struct X.

Dominance frontier set. Block-name -> block

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