X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2Fclasslist.h;h=9616bc2e7154adc2f55eaba6bc6cab22169e9140;hp=38aee744173f28a58c418eb737278b3dcf3fc01e;hb=4c58af641a877bb6d65769994c8fd57ecedbd22c;hpb=20e6db04571bc55cd70de6044199d3c742e00b73 diff --git a/src/classlist.h b/src/classlist.h index 38aee74..9616bc2 100644 --- a/src/classlist.h +++ b/src/classlist.h @@ -12,78 +12,75 @@ #include "mymemory.h" #include -#define bool int -#define true 1 -#define false 0 +#include "classes.h" +#include "astnode.h" -class CSolver; -struct SATEncoder; -typedef struct SATEncoder SATEncoder; -class Boolean; class BooleanOrder; class BooleanVar; -class BooleanLogic; + class BooleanPredicate; class ASTNode; -class Set; -typedef class Set MutableSet; + + class ElementFunction; class ElementSet; class ElementConst; -class Element; class FunctionOperator; class FunctionTable; -class Function; -class Predicate; -class PredicateTable; -class PredicateOperator; -class Table; -class Order; -struct IncrementalSolver; -typedef struct IncrementalSolver IncrementalSolver; -struct OrderPair; -typedef struct OrderPair OrderPair; +class PredicateTable; +class PredicateOperator; -struct OrderElement; -typedef struct OrderElement OrderElement; -struct ElementEncoding; -typedef struct ElementEncoding ElementEncoding; +class OrderPair; -struct FunctionEncoding; -typedef struct FunctionEncoding FunctionEncoding; +class OrderElement; +class IntegerEncodingRecord; +class Transform; +class Pass; +class Transformer; +class AnalysisData; -struct OrderEncoding; -typedef struct OrderEncoding OrderEncoding; +class ElementEncoding; +class FunctionEncoding; +class OrderEncoding; -struct TableEntry; -typedef struct TableEntry TableEntry; +class OrderGraph; +class OrderNodeKey; +class OrderNode; +class OrderEdge; +class DOREdge; -struct OrderGraph; -typedef struct OrderGraph OrderGraph; +class AutoTuner; +class CompTuner; +class SearchTuner; +class TunableSetting; -struct OrderNode; -typedef struct OrderNode OrderNode; +class SerializeTuner; -struct OrderEdge; -typedef struct OrderEdge OrderEdge; +class TunableDesc; -struct OrderEncoder; -typedef struct OrderEncoder OrderEncoder; +class OrderResolver; +class DecomposeOrderResolver; -struct Tuner; -typedef struct Tuner Tuner; -struct TunableDesc; -typedef struct TunableDesc TunableDesc; +class EncodingGraph; +class EncodingNode; +class EncodingEdge; +class EncodingSubGraph; +class SignatureEnc; +class Signature; +class ValuedSignature; +class AlloyElementSig; +class AlloySetSig; +class AlloyBoolSig; +struct IncrementalSolver; +typedef struct IncrementalSolver IncrementalSolver; +struct TableEntry; +typedef struct TableEntry TableEntry; typedef int TunableParam; - -typedef unsigned int uint; -typedef long int int64; -typedef uint64_t VarType; #endif