ProcCfg.NormalOneInstrPerNode
type t = Normal.t
type instrs_dir = IR.Instrs.not_reversed
module Node : sig ... end
val instrs : Node.t -> instrs_dir IR.Instrs.t
get the instructions from a node
fold over all successors (normal and exceptional)
fold over all predecessors (normal and exceptional)
fold over non-exceptional successors
fold over non-exceptional predecessors
fold over exceptional successors
fold over exceptional predescessors
val proc_desc : t -> IR.Procdesc.t
val from_pdesc : IR.Procdesc.t -> t
val is_loop_head : IR.Procdesc.t -> Node.t -> bool
val wto : t -> Node.t IR.WeakTopologicalOrder.Partition.t
val last_of_underlying_node : IR.Procdesc.Node.t -> Node.t