Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp113 struct PassTestBase : public P { struct
115 static int runc;
116 static bool initialized;
117 static bool finalized;
118 int allocated;
119 void run() { in run()
127 static char ID;
128 static void finishedOK(int run) { in finishedOK()
134 PassTestBase() : P(ID), allocated(0) { in PassTestBase() function
140 void releaseMemory() override { in releaseMemory()