package cil

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module E = Errormsg
module RD = Reachingdefs
module UD = Usedef
module IH = Inthash
module S = Stats
module IS : sig ... end
val debug : bool Pervasives.ref
val doTime : bool Pervasives.ref
val time : string -> ('a -> 'b) -> 'a -> 'b
val callHasNoSideEffects : (Cil.instr -> bool) Pervasives.ref
val usedDefsSet : IS.t Pervasives.ref
val defUseSetHash : IS.t IH.t
val sidUseSetHash : IS.t IH.t
class usedDefsCollectorClass : object ... end
class hasVolatile : bool Pervasives.ref -> object ... end
val exp_has_volatile : Cil.exp -> bool
val el_has_volatile : Cil.exp list -> bool
val removedCount : int Pervasives.ref
val elim_dead_code_fp : Cil.fundec -> Cil.fundec
val elim_dead_code : Cil.fundec -> Cil.fundec
val dce : Cil.file -> unit