ilasynth
1.0
ILASynth: Template-based ILA Synthesis Engine
|
#include <funcReduct.hpp>
Public Member Functions | |
void | ProcessAST (nptr_t &) |
void | InsertOrDupNode (nptr_t &) |
void | InsertOrDupNoRecursive (nptr_t &) |
Private Types | |
typedef size_t | FuncCode |
Private Attributes | |
std::unordered_map< FuncCode, nptr_t > | func_to_node_dict |
|
private |
void ilasynth::FuncReduction::InsertOrDupNode | ( | nptr_t & | ) |
void ilasynth::FuncReduction::InsertOrDupNoRecursive | ( | nptr_t & | ) |
void ilasynth::FuncReduction::ProcessAST | ( | nptr_t & | ) |