Denotes the kind of control flow graph (CFG).

Enumeration Members

Enumeration Members

NoDataflow: 1

CFG without dataflow information.

Quick: 2

A CFG version that is much quicker and does not apply any simplifications or dataflow information.

WithDataflow: 0

CFG with dataflow information.