8 #ifndef __FUNCTION_REDUCTION_HPP_DEFINED__ 9 #define __FUNCTION_REDUCTION_HPP_DEFINED__ void InsertOrDupNoRecursive(nptr_t &)
Definition: funcReduct.hpp:13
void ProcessAST(nptr_t &)
boost::shared_ptr< Node > nptr_t
Definition: node.hpp:24
std::unordered_map< FuncCode, nptr_t > func_to_node_dict
Definition: funcReduct.hpp:16
Definition: abstraction.hpp:21
void InsertOrDupNode(nptr_t &)
size_t FuncCode
Definition: funcReduct.hpp:14