CallGraph.Node
type t = private {
id : int;
pname : IR.Procname.t;
mutable successors : int list;
mutable flag : bool;
}
val set_flag : t -> unit