package goblint-cil

  1. Overview
  2. Docs
A front-end for the C programming language that facilitates program analysis and transformation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

goblint-cil-1.8.2.tbz
sha256=f4711e3fa53c482cdef2d7ed62b287d859ce55ef8b4ddfdc6071e81034c3bc89
sha512=8a861aa04aed7684a7c86207cfd5b63503984917fe53ae4866890242cb0db38d2c4f7bd5a5565fd094da064fb290e67071bae6874377e10d2005330c71cc13a2

doc/goblint-cil.zrapp/Deadcodeelim/index.html

Module DeadcodeelimSource

module E = Errormsg
Sourcemodule RD = Reachingdefs
Sourcemodule UD = Usedef
module IH = Inthash
module S = Stats
Sourcemodule IS : sig ... end
Sourceval debug : bool ref
Sourceval doTime : bool ref
Sourceval time : string -> ('a -> 'b) -> 'a -> 'b
Sourceval callHasNoSideEffects : (Cil.instr -> bool) ref
Sourceval usedDefsSet : IS.t ref
Sourceval defUseSetHash : IS.t IH.t
Sourceval sidUseSetHash : IS.t IH.t
Sourceclass usedDefsCollectorClass : object ... end
Sourceclass hasVolatile : bool ref -> object ... end
Sourceval exp_has_volatile : Cil.exp -> bool
Sourceval el_has_volatile : Cil.exp list -> bool
Sourceval removedCount : int ref
Sourceval elim_dead_code_fp : Cil.fundec -> Cil.fundec
Sourceval elim_dead_code : Cil.fundec -> Cil.fundec
Sourceval dce : Cil.file -> unit
OCaml

Innovation. Community. Security.