|
CBMC
|
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 More... | |
Weak Memory Instrumentation for Threaded Goto Programs
Definition in file weak_memory.h.
| #define HELP_WMM_FULL |
Definition at line 94 of file weak_memory.h.
| #define OPT_WMM |
Definition at line 86 of file weak_memory.h.
| #define OPT_WMM_INSTRUMENTATION_STRATEGIES |
Definition at line 60 of file weak_memory.h.
| #define OPT_WMM_LIMITS |
Definition at line 67 of file weak_memory.h.
| #define OPT_WMM_LOOPS |
Definition at line 71 of file weak_memory.h.
| #define OPT_WMM_MEMORY_MODEL "(mm):" |
Definition at line 58 of file weak_memory.h.
| #define OPT_WMM_MISC |
Definition at line 75 of file weak_memory.h.
| void introduce_temporaries | ( | value_setst & | , |
| symbol_tablet & | , | ||
| const irep_idt & | function, | ||
| goto_programt & | , | ||
| 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 & | , | ||
| 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 | ||
| ) |
Definition at line 107 of file weak_memory.cpp.