Const
Readonly
analyze-dead-code: (cfg: ControlFlowInformation, info: CfgPassInfo) => ControlFlowInformationReadonly
remove-dead-code: (cfg: ControlFlowInformation, _info?: CfgPassInfo) => ControlFlowInformationReadonly
to-basic-blocks: (cfg: ControlFlowInformation, _info?: CfgPassInfo) => ControlFlowInformationReadonly
unique-cf-sets: (cfg: ControlFlowInformation, _info?: CfgPassInfo) => ControlFlowInformation