Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp80 struct ModuleNDM2 : public ModulePass { struct
82 static char run;
83 static char ID;
84 ModuleNDM2() : ModulePass(ID) {} in ModuleNDM2() argument
85 bool runOnModule(Module &M) override { in runOnModule()