Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp57 static cl::opt<DebugLogging> DebugPM( variable
297 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline()
298 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline()
299 StandardInstrumentations SI(DebugPM != DebugLogging::None, VerifyEachPass, in runPassPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h33 bool DebugPM = false; member
/freebsd-13.1/contrib/llvm-project/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()