Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/IR/
H A 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() argument
139 void releaseMemory() override { in releaseMemory()