Const
Readonly
entry-reaches-all: (cfg: ControlFlowInformation) => booleanReadonly
exit-reaches-all: (cfg: ControlFlowInformation) => booleanReadonly
has-entry-and-exit: (cfg: ControlFlowInformation) => booleanReadonly
no-direct-cd-cycles: (c: ControlFlowInformation<CfgSimpleVertex>) => booleanReadonly
no-direct-fd-cycles: (c: ControlFlowInformation<CfgSimpleVertex>) => booleanReadonly
single-entry-and-exit: (cfg: ControlFlowInformation) => boolean
The collection of properties that can be checked on a control flow graph.