UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

5 lines (4 loc) 290 B
import type { ControlFlowInformation } from './control-flow-graph'; import type { CfgPassInfo } from './cfg-simplification'; /** Breaks unsatisfiable control dependencies */ export declare function cfgAnalyzeDeadCode(cfg: ControlFlowInformation, info: CfgPassInfo): ControlFlowInformation;