package goblint-cil

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module LivenessSource

Sourcemodule Usedef : sig ... end
Sourcemodule UD = Usedef
module IH = GoblintCil.Inthash
Sourceval debug : bool ref
Sourceval ignore_inst : (GoblintCil.instr -> bool) ref
Sourceval ignore_call : (GoblintCil.instr -> bool) ref
Sourceval registerIgnoreInst : (GoblintCil.instr -> bool) -> unit
Sourceval registerIgnoreCall : (GoblintCil.instr -> bool) -> unit
Sourceval live_label : string ref
Sourceval live_func : string ref
Sourcemodule VS = UD.VS
Sourceval debug_print : unit -> VS.t -> GoblintCil.Pretty.doc
Sourceval min_print : unit -> VS.t -> GoblintCil.Pretty.doc
Sourceval printer : (unit -> VS.t -> GoblintCil.Pretty.doc) ref
Sourcemodule LiveFlow : sig ... end
Sourcemodule L : sig ... end
Sourceval all_stmts : GoblintCil.stmt list ref
Sourceclass nullAdderClass : object ... end
Sourceval null_adder : GoblintCil.fundec -> GoblintCil.stmt list
Sourceval computeLiveness : GoblintCil.fundec -> unit
Sourceval getLiveSet : int -> VS.t option
Sourceval getLiveness : GoblintCil.stmt -> VS.t
Sourceval getPostLiveness : GoblintCil.stmt -> LiveFlow.t
Sourceval instrLiveness : GoblintCil.instr list -> GoblintCil.stmt -> VS.t -> bool -> VS.t list
Sourceclass livenessVisitorClass : bool -> object ... end
Sourceclass deadnessVisitorClass : object ... end
Sourceval print_everything : unit -> unit
Sourceval match_label : GoblintCil.label -> bool
Sourceclass doFeatureClass : object ... end
Sourceval do_live_feature : GoblintCil.file -> unit
OCaml

Innovation. Community. Security.