Module ProcCfg.InstrNode
include NodeCommonS with type t = IR.Procdesc.Node.t * instr_index and type id = IR.Procdesc.Node.id * instr_index
type t= IR.Procdesc.Node.t * instr_indextype id= IR.Procdesc.Node.id * instr_index
val kind : t -> IR.Procdesc.Node.nodekindval id : t -> idval hash : t -> intval loc : t -> IBase.Location.tval underlying_node : t -> IR.Procdesc.Node.tval of_underlying_node : IR.Procdesc.Node.t -> tval compare_id : id -> id -> intval pp_id : Stdlib.Format.formatter -> id -> unit
module IdMap : IStdlib.PrettyPrintable.PPMap with type PPMap.key = idmodule IdSet : IStdlib.PrettyPrintable.PPSet with type PPSet.elt = idval compare : t -> t -> intval to_instr : instr_index -> t -> t