CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
remove_unreachable.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Program Transformation
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_GOTO_PROGRAMS_REMOVE_UNREACHABLE_H
13#define CPROVER_GOTO_PROGRAMS_REMOVE_UNREACHABLE_H
14
15class goto_functionst;
16class goto_programt;
17
18void remove_unreachable(goto_programt &goto_program);
19void remove_unreachable(goto_functionst &goto_functions);
20
21#endif // CPROVER_GOTO_PROGRAMS_REMOVE_UNREACHABLE_H
A collection of goto functions.
A generic container class for the GOTO intermediate representation of one function.
void remove_unreachable(goto_programt &goto_program)
remove unreachable code