Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp337 struct CheckDebugifyModulePass : public ModulePass { struct
343 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() function
405 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()
425 char CheckDebugifyModulePass::ID = 0;
426 static RegisterPass<CheckDebugifyModulePass>
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp853 struct CheckDebugifyModulePass : public ModulePass { struct
864 CheckDebugifyModulePass( in CheckDebugifyModulePass() function
990 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()
992 return new CheckDebugifyModulePass(false, NameOfWrappedPass, nullptr, Mode, in createCheckDebugifyModulePass()
1075 char CheckDebugifyModulePass::ID = 0;
1076 static RegisterPass<CheckDebugifyModulePass>