Home
last modified time | relevance | path

Searched refs:OnTheFlyTest (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp226 struct OnTheFlyTest: public ModulePass { struct
229 OnTheFlyTest() : ModulePass(ID) { in OnTheFlyTest() argument
246 char OnTheFlyTest::ID=0;
348 struct OnTheFlyTest *O = new OnTheFlyTest(); in TEST()