the normalized AST
the flowR config
Optionalgraph: DataflowGraph<DataflowGraphVertexInfo, DataflowGraphEdge>additional dataflow facts to consider by the control flow extraction
Optionalsimplifications: readonly (a list of simplification passes to apply to the control flow graph
extractCfgQuick - for a simplified version of this function
Given a normalized AST, this approximates the control flow graph of the program. This view is different from the computation of the dataflow graph and may differ, especially because it focuses on intra-procedural analysis.