CFG.Nodeinclude ProcCfg.NodeCommonS
with type t = TransferFunctions.CFG.Node.t
with type id = TransferFunctions.CFG.Node.id
with module IdMap = TransferFunctions.CFG.Node.IdMap
with module IdSet = TransferFunctions.CFG.Node.IdSettype t = TransferFunctions.CFG.Node.ttype id = TransferFunctions.CFG.Node.idval kind : t -> IR.Procdesc.Node.nodekindval loc : t -> IBase.Location.tval underlying_node : t -> IR.Procdesc.Node.tval of_underlying_node : IR.Procdesc.Node.t -> tval pp_id : Stdlib.Format.formatter -> id -> unitmodule IdMap = TransferFunctions.CFG.Node.IdMapmodule IdSet = TransferFunctions.CFG.Node.IdSetval to_instr : ProcCfg.InstrNode.instr_index -> t -> ProcCfg.InstrNode.t