Frama_c_kernel.Rmtmpsval isExportedRoot : Cil_types.global -> boolval isCompleteProgramRoot : Cil_types.global -> boolval removeUnused : ?isRoot:(Cil_types.global -> bool) -> Cil_types.file -> unitval remove_unused_labels :
?is_removable:(Cil_types.label -> bool) ->
Cil_types.fundec ->
unitremoves unused labels for which is_removable is true. is_removable defaults to the negation of boolean flag of Label i.e. only labels generated by CIL may be removed.
val keepUnused : bool refval rmUnusedInlines : bool refval rmUnusedStatic : bool ref