Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp57 DebugPM("debug-pass-manager", cl::Hidden, variable
107 Opt.DebugPM = DebugPM; in compileModuleWithNewPM()
113 StandardInstrumentations SI(Context, Opt.DebugPM, in compileModuleWithNewPM()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp73 static cl::opt<DebugLogging> DebugPM( variable
422 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline()
423 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline()
424 StandardInstrumentations SI(M.getContext(), DebugPM != DebugLogging::None, in runPassPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h47 bool DebugPM = false; member