|
CBMC
|
Weak Memory Instrumentation for Threaded Goto Programs. More...
Include dependency graph for weak_memory.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | OPT_WMM_MEMORY_MODEL "(mm):" |
| #define | OPT_WMM_INSTRUMENTATION_STRATEGIES |
| #define | OPT_WMM_LIMITS |
| #define | OPT_WMM_LOOPS |
| #define | OPT_WMM_MISC |
| #define | OPT_WMM |
| #define | HELP_WMM_FULL |
Functions | |
| void | weak_memory (memory_modelt model, value_setst &, goto_modelt &, bool SCC, instrumentation_strategyt event_stategy, bool no_cfg_kill, bool no_dependencies, loop_strategyt duplicate_body, unsigned max_var, unsigned max_po_trans, bool render_po, bool render_file, bool render_function, bool cav11_option, bool hide_internals, message_handlert &, bool ignore_arrays) |
| void | introduce_temporaries (value_setst &, symbol_tablet &, const irep_idt &function, goto_programt &, messaget &message) |
| all access to shared variables is pushed into assignments | |
Weak Memory Instrumentation for Threaded Goto Programs.
Definition in file weak_memory.h.
| #define HELP_WMM_FULL |
Definition at line 92 of file weak_memory.h.
| #define OPT_WMM |
Definition at line 85 of file weak_memory.h.
| #define OPT_WMM_INSTRUMENTATION_STRATEGIES |
Definition at line 59 of file weak_memory.h.
| #define OPT_WMM_LIMITS |
Definition at line 66 of file weak_memory.h.
| #define OPT_WMM_LOOPS |
Definition at line 70 of file weak_memory.h.
| #define OPT_WMM_MEMORY_MODEL "(mm):" |
Definition at line 57 of file weak_memory.h.
| #define OPT_WMM_MISC |
Definition at line 74 of file weak_memory.h.
| void introduce_temporaries | ( | value_setst & | value_sets, |
| symbol_tablet & | symbol_table, | ||
| const irep_idt & | function, | ||
| goto_programt & | goto_program, | ||
| messaget & | message | ||
| ) |
all access to shared variables is pushed into assignments
Definition at line 38 of file weak_memory.cpp.
| void weak_memory | ( | memory_modelt | model, |
| value_setst & | value_sets, | ||
| goto_modelt & | goto_model, | ||
| bool | SCC, | ||
| instrumentation_strategyt | event_stategy, | ||
| bool | no_cfg_kill, | ||
| bool | no_dependencies, | ||
| loop_strategyt | duplicate_body, | ||
| unsigned | max_var, | ||
| unsigned | max_po_trans, | ||
| bool | render_po, | ||
| bool | render_file, | ||
| bool | render_function, | ||
| bool | cav11_option, | ||
| bool | hide_internals, | ||
| message_handlert & | message_handler, | ||
| bool | ignore_arrays | ||
| ) |
Definition at line 106 of file weak_memory.cpp.