DataflowFunctionFlowInformation: Omit<DataflowInformation, "graph" | "exitPoints"> & {
    graph: Set<NodeId>;
}