package calli

  1. Overview
  2. Docs

The Stmt module is a module that adds additional information to Inst. It includes bb_name (the name of the basicblock to which the instruction belongs), and index (the index of the instruction within the basicblock)

*

type t = {
  1. bb_name : string;
  2. index : int;
  3. inst : Inst.t;
}
OCaml

Innovation. Community. Security.