Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp57 static cl::opt<DebugLogging> DebugPM( variable
295 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline()
296 StandardInstrumentations SI(DebugPM != DebugLogging::None, VerifyEachPass, in runPassPipeline()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h33 bool DebugPM = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h161 AddIRPass(ModulePassManager &MPM, bool DebugPM, bool Check = true)
472 AddIRPass addIRPass(MPM, Opt.DebugPM); in buildPipeline()
624 LoopStrengthReducePass(), /*UseMemorySSA*/ true, Opt.DebugPM)); in addIRPasses()