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.cpp60 DebugPM("debug-pass-manager", cl::Hidden, variable
112 Opt.DebugPM = DebugPM; in compileModuleWithNewPM()
118 StandardInstrumentations SI(Context, Opt.DebugPM, !NoVerify); in compileModuleWithNewPM()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp71 static cl::opt<DebugLogging> DebugPM( variable
414 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline()
415 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline()
416 StandardInstrumentations SI(M.getContext(), DebugPM != DebugLogging::None, in runPassPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h30 bool DebugPM = false;
31 bool DebugPM = false; global() member