the normalized AST
Optional
graph: DataflowGraph<DataflowGraphVertexInfo, DataflowGraphEdge>additional dataflow facts to consider by the control flow extraction
Optional
simplifications: readonly ("unique-cf-sets" | "remove-dead-code" | "to-basic-blocks")[]a list of simplification passes to apply to the control flow graph
extractSimpleCfg - for a simplified version of this function
Given a normalized AST this approximates the control flow graph of the program. This few is different from the computation of the dataflow graph and may differ, especially because it focuses on intra-procedural analysis.