package calli

  1. Overview
  2. Docs
type t = {
  1. func_name : string;
  2. bb_name : string;
  3. stmts : Stmt.t list;
  4. term : Term.t;
  5. loc : string;
}

the Basicblock module represents a CaLLi IR corresponding to the basicblock in LLVM IR

  • func_name : the name of the function to which the basicblock belongs.
  • loc : The name of the basic block in LLVM IR.

*

val pp : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.