X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satcheck.git;a=blobdiff_plain;f=classlist.h;h=cd3b25888d15c69ea6706ed558f64afcecbdfa47;hp=ba7af683880a586e1652f8ce851136eedfa05433;hb=HEAD;hpb=44e8eabc8f7a0ab23c29037a770463d8a2de7b4a diff --git a/classlist.h b/classlist.h index ba7af68..cd3b258 100644 --- a/classlist.h +++ b/classlist.h @@ -38,7 +38,7 @@ class ScheduleBuilder; class IncrementalSolver; typedef unsigned int uint; -enum EventType {LOAD, STORE, RMW, BRANCHDIR, MERGE, FUNCTION, THREADCREATE, THREADBEGIN, NONLOCALTRANS, LABEL,YIELD, THREADJOIN, LOOPENTER, LOOPSTART, ALLOC, EQUALS, FENCE}; +enum EventType {LOAD, STORE, RMW, BRANCHDIR, MERGE, FUNCTION, THREADCREATE, THREADBEGIN, NONLOCALTRANS, LOOPEXIT, LABEL,YIELD, THREADJOIN, LOOPENTER, LOOPSTART, ALLOC, EQUALS, FENCE}; typedef HashSet RecordSet; typedef HSIterator RecordIterator; typedef HashTable BranchTable; @@ -51,6 +51,7 @@ typedef HSIterator SnapIntHashSet; typedef HSIterator SnapIntIterator; typedef HashTable VarTable; +typedef HashTable RecToConsTable; typedef HashTable FunctionTable; typedef HashTable EqualsTable; #endif