Home
last modified time | relevance | path

Searched defs:PassTestBase (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.cpp110 struct PassTestBase : public P { struct
112 static int runc;
113 static bool initialized;
114 static bool finalized;
115 int allocated;
116 void run() { in run()
124 static char ID;
125 static void finishedOK(int run) { in finishedOK()
131 PassTestBase() : P(ID), allocated(0) { in PassTestBase() argument
137 virtual void releaseMemory() { in releaseMemory()
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp112 struct PassTestBase : public P { struct
114 static int runc;
115 static bool initialized;
116 static bool finalized;
117 int allocated;
118 void run() { in run()
126 static char ID;
127 static void finishedOK(int run) { in finishedOK()
133 PassTestBase() : P(ID), allocated(0) { in PassTestBase() function
139 void releaseMemory() override { in releaseMemory()