Typedef sequant::cse::SubexpressionNames¶
Defined in File common_subexpression_elimination.hpp
Typedef Documentation¶
-
template<typename TreeNode, bool force_hash_collisions = false>
using sequant::cse::SubexpressionNames = std::unordered_map<TreeNode, std::wstring, TreeNodeHasher<TreeNode, force_hash_collisions>, TreeNodeEqualityComparator<TreeNode>>¶ A map between (sub)trees and the name chosen to represent the associated intermediate