dejavu
Fast probabilistic symmetry detection.
|
IR leaf. More...
#include <ir.h>
Public Types | |
enum | stored_leaf_type { STORE_LAB , STORE_BASE } |
Public Member Functions | |
stored_leaf (int *arr, int arr_sz, stored_leaf_type storetype) | |
stored_leaf (std::vector< int > &arr, stored_leaf_type storetype) | |
const int * | get_lab_or_base () |
int | get_lab_or_base_size () |
dej_nodiscard stored_leaf_type | get_store_type () const |
IR leaf.
A stored leaf of an IR tree. The leaf can be stored in a dense manner (coloring of the leaf), or a sparse manner (base of the walk that leads to this leaf).
|
inline |
|
inline |
|
inline |
|
inline |