Cfg.MakeSourcemodule Control_location : sig ... endRegister an edge from a node to a (possibly new) control location. Returns the (possibly newly created) node for the control location.
Note: this interface for creating nodes ensures that nodes are created in a traversal order.
Returns the node if it was already known, or None otherwise. Known is useful when trying to construct the CFG by exploration.