CBMC
value_set_analysis.cpp File Reference
#include "value_set_analysis.h"
#include <util/xml_irep.h>
+ Include dependency graph for value_set_analysis.cpp:

Go to the source code of this file.

Functions

void value_sets_to_xml (const std::function< const value_sett &(goto_programt::const_targett)> &get_value_set, const goto_programt &goto_program, xmlt &dest)
 
void convert (const goto_functionst &goto_functions, const value_set_analysist &value_set_analysis, xmlt &dest)
 
void convert (const goto_programt &goto_program, const value_set_analysist &value_set_analysis, xmlt &dest)
 

Detailed Description

Value Set Propagation

Definition in file value_set_analysis.cpp.

Function Documentation

◆ convert() [1/2]

void convert ( const goto_functionst goto_functions,
const value_set_analysist value_set_analysis,
xmlt dest 
)

Definition at line 68 of file value_set_analysis.cpp.

◆ convert() [2/2]

void convert ( const goto_programt goto_program,
const value_set_analysist value_set_analysis,
xmlt dest 
)

Definition at line 86 of file value_set_analysis.cpp.

◆ value_sets_to_xml()

void value_sets_to_xml ( const std::function< const value_sett &(goto_programt::const_targett)> &  get_value_set,
const goto_programt goto_program,
xmlt dest 
)

Definition at line 16 of file value_set_analysis.cpp.