package goblint-cil

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.8.0.tar.gz
md5=796ad26120b5c6b939a57e8623088aef
sha512=01a58ac6d928afead21c8a97af5865715114cd0562234d1d4aef9e4ac5d91415d040a15927c52cb896dbb39a53e915627f498ebe2d026a548c3ff597682041b2

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.