Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp337 struct CheckDebugifyModulePass : public ModulePass { struct
343 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() argument
405 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()
425 char CheckDebugifyModulePass::ID = 0;
426 static RegisterPass<CheckDebugifyModulePass>
/external/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp426 struct CheckDebugifyModulePass : public ModulePass { struct
432 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() function
518 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()
573 char CheckDebugifyModulePass::ID = 0;
574 static RegisterPass<CheckDebugifyModulePass>