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

Describes the information we store per function body. The DataflowFunctionFlowInformation#exitPoints are stored within the enclosing DataflowGraphVertexFunctionDefinition vertex.