edits
[satune.git] / src / ASTAnalyses / Encoding / subgraph.h
index 77384456fa5e402b1aa6729013dabe9e2662aa55..1f90e917fd053b34755bc2e6f40a265362785f37 100644 (file)
@@ -40,6 +40,8 @@ class EncodingSubGraph {
        void addNode(EncodingNode *n);
        SetIteratorEncodingNode * nodeIterator();
        void encode();
+       uint getEncoding(EncodingNode *n, uint64_t val);
+       uint getEncodingSize(EncodingNode *n) { return maxEncodingVal;}
        
        CMEMALLOC;
  private: