dejavu
Fast probabilistic symmetry detection.
|
#include <vector>
#include <cassert>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | dejavu::ir::trace |
The trace invariant. More... | |
Namespaces | |
namespace | dejavu |
namespace | dejavu::ir |
IR fundamentals. | |
Macros | |
#define | TRACE_MARKER_INDIVIDUALIZE (INT32_MAX-7) |
#define | TRACE_MARKER_REFINE_START (INT32_MAX-2) |
#define | TRACE_MARKER_REFINE_END (INT32_MAX-3) |
#define | TRACE_MARKER_REFINE_CELL_START (INT32_MAX-4) |
#define | TRACE_MARKER_REFINE_CELL_END (INT32_MAX-5) |