Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DDominatorTreeTest.cpp27 struct DPass : public FunctionPass { struct
212 DPass() : FunctionPass(ID) { in DPass() function
216 char DPass::ID = 0;
218 std::unique_ptr<Module> makeLLVMModule(LLVMContext &Context, DPass *P) { in makeLLVMModule()
247 DPass *P = new DPass(); in TEST()
257 INITIALIZE_PASS_BEGIN(DPass, "dpass", "dpass", false, false)
260 INITIALIZE_PASS_END(DPass, "dpass", "dpass", false, false)